Html Css Color HEX #666DC2 Chetwode Blue

📋 copy color: '#666DC2'

red 102 ◦ green 109 ◦ blue 194

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

Shades of Chetwode Blue #666DC2

Tints of Chetwode Blue #666DC2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 25.19%
G = 26.91%
B = 47.9%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#666DC2 (or 0x666DC2) is known color: Chetwode Blue. HEX triplet: 66, 6D and C2. RGB value is (102,109,194). Sum of RGB (Red+Green+Blue) = 102+109+194=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #666DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DC2 is #99923D. Grayscale: #747474. Windows color (decimal): -10064446 or 12741990. OLE color: 12741990.

HSL color Cylindrical-coordinate representation of color #666DC2: hue angle of 235.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666DC2 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 109 194 -
CMYK 0.47 0.44 0 0.24
HSL 235.43º 0.43% 0.58% -
HSV(B) 235.43º 0.47% 0.76% -
XYZ 20.69 17.66 53.36 -
YUV 116.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 102 109 194 0.47 0.44 0 0.24 235.43 0.43 0.58
Hex 66 6D C2 2F 2C 0 18 EB 2B 3A
Octal 146 155 302 57 54 0 30 353 53 72
Binary 1100110 1101101 11000010 101111 101100 0 11000 11101011 101011 111010

Color Harmonies of #666DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DC2

Black with #666DC2

Text Example


Text Example

White with #666DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,109,194); }

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

background-color css

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

 a { background-color: rgb(102,109,194); }

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

border-color css

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

 span { border-color: rgb(102,109,194); }

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