Html Css Color HEX #667CBD Chetwode Blue

📋 copy color: '#667CBD'

red 102 ◦ green 124 ◦ blue 189

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

Shades of Chetwode Blue #667CBD

Tints of Chetwode Blue #667CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 24.58%
G = 29.88%
B = 45.54%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#667CBD (or 0x667CBD) is known color: Chetwode Blue. HEX triplet: 66, 7C and BD. RGB value is (102,124,189). Sum of RGB (Red+Green+Blue) = 102+124+189=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #667CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CBD is #998342. Grayscale: #7C7C7C. Windows color (decimal): -10060611 or 12418150. OLE color: 12418150.

HSL color Cylindrical-coordinate representation of color #667CBD: hue angle of 224.83º degrees, saturation: 0.4, 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 #667CBD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 124 189 -
CMYK 0.46 0.34 0 0.26
HSL 224.83º 0.4% 0.57% -
HSV(B) 224.83º 0.46% 0.74% -
XYZ 21.87 20.91 51.03 -
YUV 124.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 102 124 189 0.46 0.34 0 0.26 224.83 0.4 0.57
Hex 66 7C BD 2E 22 0 1A E1 28 39
Octal 146 174 275 56 42 0 32 341 50 71
Binary 1100110 1111100 10111101 101110 100010 0 11010 11100001 101000 111001

Color Harmonies of #667CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667CBD

Black with #667CBD

Text Example


Text Example

White with #667CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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