Html Css Color HEX #666DB3 Chetwode Blue

📋 copy color: '#666DB3'

red 102 ◦ green 109 ◦ blue 179

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

Shades of Chetwode Blue #666DB3

Tints of Chetwode Blue #666DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 26.15%
G = 27.95%
B = 45.9%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#666DB3 (or 0x666DB3) is known color: Chetwode Blue. HEX triplet: 66, 6D and B3. RGB value is (102,109,179). Sum of RGB (Red+Green+Blue) = 102+109+179=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #666DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DB3 is #99924C. Grayscale: #727272. Windows color (decimal): -10064461 or 11758950. OLE color: 11758950.

HSL color Cylindrical-coordinate representation of color #666DB3: hue angle of 234.55º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666DB3 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 109 179 -
CMYK 0.43 0.39 0 0.30
HSL 234.55º 0.34% 0.55% -
HSV(B) 234.55º 0.43% 0.7% -
XYZ 19.08 17.02 44.93 -
YUV 114.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 102 109 179 0.43 0.39 0 0.30 234.55 0.34 0.55
Hex 66 6D B3 2B 27 0 1E EB 22 37
Octal 146 155 263 53 47 0 36 353 42 67
Binary 1100110 1101101 10110011 101011 100111 0 11110 11101011 100010 110111

Color Harmonies of #666DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DB3

Black with #666DB3

Text Example


Text Example

White with #666DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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