Html Css Color HEX #666BBC Chetwode Blue

📋 copy color: '#666BBC'

red 102 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #666BBC

Tints of Chetwode Blue #666BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 25.69%
G = 26.95%
B = 47.36%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#666BBC (or 0x666BBC) is known color: Chetwode Blue. HEX triplet: 66, 6B and BC. RGB value is (102,107,188). Sum of RGB (Red+Green+Blue) = 102+107+188=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #666BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BBC is #999443. Grayscale: #727272. Windows color (decimal): -10064964 or 12348262. OLE color: 12348262.

HSL color Cylindrical-coordinate representation of color #666BBC: hue angle of 236.51º degrees, saturation: 0.39, 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 #666BBC is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 107 188 -
CMYK 0.46 0.43 0 0.26
HSL 236.51º 0.39% 0.57% -
HSV(B) 236.51º 0.46% 0.74% -
XYZ 19.81 16.97 49.81 -
YUV 114.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 102 107 188 0.46 0.43 0 0.26 236.51 0.39 0.57
Hex 66 6B BC 2E 2B 0 1A ED 27 39
Octal 146 153 274 56 53 0 32 355 47 71
Binary 1100110 1101011 10111100 101110 101011 0 11010 11101101 100111 111001

Color Harmonies of #666BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BBC

Black with #666BBC

Text Example


Text Example

White with #666BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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