#6765BC

Color #6765BC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6765BC

Tints of Chetwode Blue #6765BC

Color information

#6765BC (or 0x6765BC) is unknown color: approx Chetwode Blue. HEX triplet: 67, 65 and BC. RGB value is (103,101,188). Sum of RGB (Red+Green+Blue) = 103+101+188=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6765BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765BC is #989A43. Grayscale: #6F6F6F. Windows color (decimal): -10000964 or 12346727. OLE color: 12346727.

HSL color Cylindrical-coordinate representation of color #6765BC: hue angle of 241.38º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6765BC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103101188-
CMYK0.450.4600.26
HSL241.38º39.37%56.67%-
HSV(B)241.38º46.28%73.73%-
XYZ19.3215.8249.61-
YUV111.52171.16121.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=26.28%
G=25.77%
B=47.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031011880.450.4600.26241.3839.3756.67
Hex6765BC2D2E01Af12739
Octal14714527455560323614771
Binary110011111001011011110010110110111001101011110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6765BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6765BC; }

 p { color: rgb(103,101,188); }

 H1.HeaderClassName
 {
   color: #6765BC;
 }
 .AnyTagClassName
 {
   color: #6765BC;
 }
</style>
background-color css

<style>
 a { background-color: #6765BC; }

 a { background-color: rgb(103,101,188); }

 div.DivClassName
 {
   background-color: #6765BC;
 }
 .BgClassName
 {
   background-color: #6765BC;
 }
</style>
border-color css

<style>
 span { border-color: #6765BC; }

 span { border-color: rgb(103,101,188); }

 td.TdClassName
 {
   border-color: #6765BC;
 }
 .TagClassName
 {
   border-color: #6765BC;
 }
</style>