Html Css Color HEX #666BCA Chetwode Blue

📋 copy color: '#666BCA'

red 102 ◦ green 107 ◦ blue 202

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

Shades of Chetwode Blue #666BCA

Tints of Chetwode Blue #666BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 24.82%
G = 26.03%
B = 49.15%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#666BCA (or 0x666BCA) is known color: Chetwode Blue. HEX triplet: 66, 6B and CA. RGB value is (102,107,202). Sum of RGB (Red+Green+Blue) = 102+107+202=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #666BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCA is #999435. Grayscale: #737373. Windows color (decimal): -10064950 or 13265766. OLE color: 13265766.

HSL color Cylindrical-coordinate representation of color #666BCA: hue angle of 237º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666BCA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 107 202 -
CMYK 0.50 0.47 0 0.21
HSL 237º 0.49% 0.6% -
HSV(B) 237º 0.5% 0.79% -
XYZ 21.4 17.6 58.15 -
YUV 116.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 102 107 202 0.50 0.47 0 0.21 237 0.49 0.6
Hex 66 6B CA 32 2F 0 15 ED 31 3C
Octal 146 153 312 62 57 0 25 355 61 74
Binary 1100110 1101011 11001010 110010 101111 0 10101 11101101 110001 111100

Color Harmonies of #666BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BCA

Black with #666BCA

Text Example


Text Example

White with #666BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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