Html Css Color HEX #666FCA Chetwode Blue

📋 copy color: '#666FCA'

red 102 ◦ green 111 ◦ blue 202

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

Shades of Chetwode Blue #666FCA

Tints of Chetwode Blue #666FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

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

R = 24.58%
G = 26.75%
B = 48.67%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#666FCA (or 0x666FCA) is known color: Chetwode Blue. HEX triplet: 66, 6F and CA. RGB value is (102,111,202). Sum of RGB (Red+Green+Blue) = 102+111+202=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #666FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FCA is #999035. Grayscale: #767676. Windows color (decimal): -10063926 or 13266790. OLE color: 13266790.

HSL color Cylindrical-coordinate representation of color #666FCA: hue angle of 234.6º 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 #666FCA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 111 202 -
CMYK 0.50 0.45 0 0.21
HSL 234.6º 0.49% 0.6% -
HSV(B) 234.6º 0.5% 0.79% -
XYZ 21.82 18.46 58.29 -
YUV 118.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 102 111 202 0.50 0.45 0 0.21 234.6 0.49 0.6
Hex 66 6F CA 32 2D 0 15 EB 31 3C
Octal 146 157 312 62 55 0 25 353 61 74
Binary 1100110 1101111 11001010 110010 101101 0 10101 11101011 110001 111100

Color Harmonies of #666FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FCA

Black with #666FCA

Text Example


Text Example

White with #666FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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