Html Css Color HEX #666DC0 Chetwode Blue

📋 copy color: '#666DC0'

red 102 ◦ green 109 ◦ blue 192

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

Shades of Chetwode Blue #666DC0

Tints of Chetwode Blue #666DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 25.31%
G = 27.05%
B = 47.64%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#666DC0 (or 0x666DC0) is known color: Chetwode Blue. HEX triplet: 66, 6D and C0. RGB value is (102,109,192). Sum of RGB (Red+Green+Blue) = 102+109+192=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #666DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DC0 is #99923F. Grayscale: #747474. Windows color (decimal): -10064448 or 12610918. OLE color: 12610918.

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

Color convert

RGB 102 109 192 -
CMYK 0.47 0.43 0 0.25
HSL 235.33º 0.42% 0.58% -
HSV(B) 235.33º 0.47% 0.75% -
XYZ 20.46 17.57 52.18 -
YUV 116.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 102 109 192 0.47 0.43 0 0.25 235.33 0.42 0.58
Hex 66 6D C0 2F 2B 0 19 EB 2A 3A
Octal 146 155 300 57 53 0 31 353 52 72
Binary 1100110 1101101 11000000 101111 101011 0 11001 11101011 101010 111010

Color Harmonies of #666DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DC0

Black with #666DC0

Text Example


Text Example

White with #666DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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