#6775CB

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

Shades of Chetwode Blue #6775CB

Tints of Chetwode Blue #6775CB

Color information

#6775CB (or 0x6775CB) is unknown color: approx Chetwode Blue. HEX triplet: 67, 75 and CB. RGB value is (103,117,203). Sum of RGB (Red+Green+Blue) = 103+117+203=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6775CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775CB is #988A34. Grayscale: #7A7A7A. Windows color (decimal): -9996853 or 13333863. OLE color: 13333863.

HSL color Cylindrical-coordinate representation of color #6775CB: hue angle of 231.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6775CB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103117203-
CMYK0.490.4200.20
HSL231.6º49.02%60%-
HSV(B)231.6º49.26%79.61%-
XYZ22.7319.9259.15-
YUV122.62173.36114.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=24.35%
G=27.66%
B=47.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031172030.490.4200.20231.649.0260
Hex6775CB312A014e8313c
Octal14716531361520243506174
Binary110011111101011100101111000110101001010011101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6775CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6775CB; }

 p { color: rgb(103,117,203); }

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

<style>
 a { background-color: #6775CB; }

 a { background-color: rgb(103,117,203); }

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

<style>
 span { border-color: #6775CB; }

 span { border-color: rgb(103,117,203); }

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