#667BC0

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

Shades of Chetwode Blue #667BC0

Tints of Chetwode Blue #667BC0

Color information

#667BC0 (or 0x667BC0) is unknown color: approx Chetwode Blue. HEX triplet: 66, 7B and C0. RGB value is (102,123,192). Sum of RGB (Red+Green+Blue) = 102+123+192=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #667BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BC0 is #99843F. Grayscale: #7C7C7C. Windows color (decimal): -10060864 or 12614502. OLE color: 12614502.

HSL color Cylindrical-coordinate representation of color #667BC0: hue angle of 226º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667BC0 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102123192-
CMYK0.470.3600.25
HSL226º41.67%57.65%-
HSV(B)226º46.88%75.29%-
XYZ22.0820.852.72-
YUV124.59166.04111.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 192 (75.39% from 255) = 46.04%
R=24.46%
G=29.50%
B=46.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021231920.470.3600.2522641.6757.65
Hex667BC02F24019e22a3a
Octal14617330057440313425272
Binary110011011110111100000010111110010001100111100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667BC0; }

 p { color: rgb(102,123,192); }

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

<style>
 a { background-color: #667BC0; }

 a { background-color: rgb(102,123,192); }

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

<style>
 span { border-color: #667BC0; }

 span { border-color: rgb(102,123,192); }

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