Html Css Color HEX #666EBC Chetwode Blue

📋 copy color: '#666EBC'

red 102 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #666EBC

Tints of Chetwode Blue #666EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

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

R = 25.5%
G = 27.5%
B = 47%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#666EBC (or 0x666EBC) is known color: Chetwode Blue. HEX triplet: 66, 6E and BC. RGB value is (102,110,188). Sum of RGB (Red+Green+Blue) = 102+110+188=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #666EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EBC is #999143. Grayscale: #747474. Windows color (decimal): -10064196 or 12349030. OLE color: 12349030.

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

Color convert

RGB 102 110 188 -
CMYK 0.46 0.41 0 0.26
HSL 234.42º 0.39% 0.57% -
HSV(B) 234.42º 0.46% 0.74% -
XYZ 20.13 17.61 49.91 -
YUV 116.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 102 110 188 0.46 0.41 0 0.26 234.42 0.39 0.57
Hex 66 6E BC 2E 29 0 1A EA 27 39
Octal 146 156 274 56 51 0 32 352 47 71
Binary 1100110 1101110 10111100 101110 101001 0 11010 11101010 100111 111001

Color Harmonies of #666EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666EBC

Black with #666EBC

Text Example


Text Example

White with #666EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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