Html Css Color HEX #666586 Comet

📋 copy color: '#666586'

red 102 ◦ green 101 ◦ blue 134

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

Shades of Comet #666586

Tints of Comet #666586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 30.27%
G = 29.97%
B = 39.76%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666586 (or 0x666586) is known color: Comet. HEX triplet: 66, 65 and 86. RGB value is (102,101,134). Sum of RGB (Red+Green+Blue) = 102+101+134=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #666586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666586 is #999A79. Grayscale: #686868. Windows color (decimal): -10066554 or 8807782. OLE color: 8807782.

HSL color Cylindrical-coordinate representation of color #666586: hue angle of 241.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666586 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 101 134 -
CMYK 0.24 0.25 0 0.47
HSL 241.82º 0.14% 0.46% -
HSV(B) 241.82º 0.25% 0.53% -
XYZ 14.44 13.85 24.47 -
YUV 105.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 102 101 134 0.24 0.25 0 0.47 241.82 0.14 0.46
Hex 66 65 86 18 19 0 2F F2 E 2E
Octal 146 145 206 30 31 0 57 362 16 56
Binary 1100110 1100101 10000110 11000 11001 0 101111 11110010 1110 101110

Color Harmonies of #666586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666586

Black with #666586

Text Example


Text Example

White with #666586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666586; }

 p { color: rgb(102,101,134); }

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

background-color css

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

 a { background-color: rgb(102,101,134); }

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

border-color css

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

 span { border-color: rgb(102,101,134); }

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