Html Css Color HEX #666BAF Chetwode Blue

📋 copy color: '#666BAF'

red 102 ◦ green 107 ◦ blue 175

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

Shades of Chetwode Blue #666BAF

Tints of Chetwode Blue #666BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.86%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 26.56%
G = 27.86%
B = 45.57%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#666BAF (or 0x666BAF) is known color: Chetwode Blue. HEX triplet: 66, 6B and AF. RGB value is (102,107,175). Sum of RGB (Red+Green+Blue) = 102+107+175=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #666BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAF is #999450. Grayscale: #707070. Windows color (decimal): -10064977 or 11496294. OLE color: 11496294.

HSL color Cylindrical-coordinate representation of color #666BAF: hue angle of 235.89º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666BAF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 107 175 -
CMYK 0.42 0.39 0 0.31
HSL 235.89º 0.31% 0.54% -
HSV(B) 235.89º 0.42% 0.69% -
XYZ 18.48 16.44 42.76 -
YUV 113.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 102 107 175 0.42 0.39 0 0.31 235.89 0.31 0.54
Hex 66 6B AF 2A 27 0 1F EC 1F 36
Octal 146 153 257 52 47 0 37 354 37 66
Binary 1100110 1101011 10101111 101010 100111 0 11111 11101100 11111 110110

Color Harmonies of #666BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BAF

Black with #666BAF

Text Example


Text Example

White with #666BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666BAF; }

 p { color: rgb(102,107,175); }

 H1.HeaderClassName
 {
   color: #666BAF;
 }
 .AnyTagClassName
 {
   color: #666BAF;
 }
</style>

background-color css

<style>
 a { background-color: #666BAF; }

 a { background-color: rgb(102,107,175); }

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

border-color css

<style>
 span { border-color: #666BAF; }

 span { border-color: rgb(102,107,175); }

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