Html Css Color HEX #666CBC Chetwode Blue

📋 copy color: '#666CBC'

red 102 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #666CBC

Tints of Chetwode Blue #666CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

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

R = 25.63%
G = 27.14%
B = 47.24%

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

#666CBC (or 0x666CBC) is known color: Chetwode Blue. HEX triplet: 66, 6C and BC. RGB value is (102,108,188). Sum of RGB (Red+Green+Blue) = 102+108+188=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #666CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CBC is #999343. Grayscale: #737373. Windows color (decimal): -10064708 or 12348518. OLE color: 12348518.

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

Color convert

RGB 102 108 188 -
CMYK 0.46 0.43 0 0.26
HSL 235.81º 0.39% 0.57% -
HSV(B) 235.81º 0.46% 0.74% -
XYZ 19.92 17.18 49.84 -
YUV 115.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 102 108 188 0.46 0.43 0 0.26 235.81 0.39 0.57
Hex 66 6C BC 2E 2B 0 1A EC 27 39
Octal 146 154 274 56 53 0 32 354 47 71
Binary 1100110 1101100 10111100 101110 101011 0 11010 11101100 100111 111001

Color Harmonies of #666CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CBC

Black with #666CBC

Text Example


Text Example

White with #666CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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