Html Css Color HEX #667BAC Chetwode Blue

📋 copy color: '#667BAC'

red 102 ◦ green 123 ◦ blue 172

#667BAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #667BAC

Tints of Chetwode Blue #667BAC

RGB

 RED value IS 102 (40.23% from 255) = 25.69%

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 25.69%
G = 30.98%
B = 43.32%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#667BAC (or 0x667BAC) is known color: Chetwode Blue. HEX triplet: 66, 7B and AC. RGB value is (102,123,172). Sum of RGB (Red+Green+Blue) = 102+123+172=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #667BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BAC is #998453. Grayscale: #7A7A7A. Windows color (decimal): -10060884 or 11303782. OLE color: 11303782.

HSL color Cylindrical-coordinate representation of color #667BAC: hue angle of 222º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #667BAC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 123 172 -
CMYK 0.41 0.28 0 0.33
HSL 222º 0.3% 0.54% -
HSV(B) 222º 0.41% 0.67% -
XYZ 20.01 19.97 41.83 -
YUV 122.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 102 123 172 0.41 0.28 0 0.33 222 0.3 0.54
Hex 66 7B AC 29 1C 0 21 DE 1E 36
Octal 146 173 254 51 34 0 41 336 36 66
Binary 1100110 1111011 10101100 101001 11100 0 100001 11011110 11110 110110

Color Harmonies of #667BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667BAC

Black with #667BAC

Text Example


Text Example

White with #667BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #667BAC;
 }
 .AnyTagClassName
 {
   color: #667BAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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