Html Css Color HEX #666BC0 Chetwode Blue

📋 copy color: '#666BC0'

red 102 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #666BC0

Tints of Chetwode Blue #666BC0

RGB

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

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

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

R = 25.44%
G = 26.68%
B = 47.88%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#666BC0 (or 0x666BC0) is known color: Chetwode Blue. HEX triplet: 66, 6B and C0. RGB value is (102,107,192). Sum of RGB (Red+Green+Blue) = 102+107+192=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #666BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BC0 is #99943F. Grayscale: #727272. Windows color (decimal): -10064960 or 12610406. OLE color: 12610406.

HSL color Cylindrical-coordinate representation of color #666BC0: hue angle of 236.67º 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 #666BC0 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 107 192 -
CMYK 0.47 0.44 0 0.25
HSL 236.67º 0.42% 0.58% -
HSV(B) 236.67º 0.47% 0.75% -
XYZ 20.25 17.15 52.11 -
YUV 115.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 102 107 192 0.47 0.44 0 0.25 236.67 0.42 0.58
Hex 66 6B C0 2F 2C 0 19 ED 2A 3A
Octal 146 153 300 57 54 0 31 355 52 72
Binary 1100110 1101011 11000000 101111 101100 0 11001 11101101 101010 111010

Color Harmonies of #666BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BC0

Black with #666BC0

Text Example


Text Example

White with #666BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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