Html Css Color HEX #606187 Comet

📋 copy color: '#606187'

red 96 ◦ green 97 ◦ blue 135

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

Shades of Comet #606187

Tints of Comet #606187

RGB

 RED value IS 96 (37.89% from 255) = 29.27%

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 29.27%
G = 29.57%
B = 41.16%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606187 (or 0x606187) is known color: Comet. HEX triplet: 60, 61 and 87. RGB value is (96,97,135). Sum of RGB (Red+Green+Blue) = 96+97+135=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #606187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606187 is #9F9E78. Grayscale: #646464. Windows color (decimal): -10460793 or 8872288. OLE color: 8872288.

HSL color Cylindrical-coordinate representation of color #606187: hue angle of 238.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606187 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 97 135 -
CMYK 0.29 0.28 0 0.47
HSL 238.46º 0.17% 0.45% -
HSV(B) 238.46º 0.29% 0.53% -
XYZ 13.47 12.79 24.68 -
YUV 101.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 96 97 135 0.29 0.28 0 0.47 238.46 0.17 0.45
Hex 60 61 87 1D 1C 0 2F EE 11 2D
Octal 140 141 207 35 34 0 57 356 21 55
Binary 1100000 1100001 10000111 11101 11100 0 101111 11101110 10001 101101

Color Harmonies of #606187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606187

Black with #606187

Text Example


Text Example

White with #606187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606187; }

 p { color: rgb(96,97,135); }

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

background-color css

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

 a { background-color: rgb(96,97,135); }

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

border-color css

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

 span { border-color: rgb(96,97,135); }

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