#667CB1

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

Shades of Chetwode Blue #667CB1

Tints of Chetwode Blue #667CB1

Color information

#667CB1 (or 0x667CB1) is unknown color: approx Chetwode Blue. HEX triplet: 66, 7C and B1. RGB value is (102,124,177). Sum of RGB (Red+Green+Blue) = 102+124+177=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #667CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CB1 is #99834E. Grayscale: #7B7B7B. Windows color (decimal): -10060623 or 11631718. OLE color: 11631718.

HSL color Cylindrical-coordinate representation of color #667CB1: hue angle of 222.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667CB1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102124177-
CMYK0.420.3000.31
HSL222.4º32.47%54.71%-
HSV(B)222.4º42.37%69.41%-
XYZ20.6220.4144.45-
YUV123.46158.21112.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 177 (69.53% from 255) = 43.92%
R=25.31%
G=30.77%
B=43.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021241770.420.3000.31222.432.4754.71
Hex667CB12A1E01Fde2037
Octal14617426152360373364067
Binary11001101111100101100011010101111001111111011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,124,177); }

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

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

 a { background-color: rgb(102,124,177); }

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

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

 span { border-color: rgb(102,124,177); }

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