Html Css Color HEX #606087 Comet

📋 copy color: '#606087'

red 96 ◦ green 96 ◦ blue 135

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

Shades of Comet #606087

Tints of Comet #606087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 29.36%
G = 29.36%
B = 41.28%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606087 (or 0x606087) is known color: Comet. HEX triplet: 60, 60 and 87. RGB value is (96,96,135). Sum of RGB (Red+Green+Blue) = 96+96+135=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #606087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606087 is #9F9F78. Grayscale: #646464. Windows color (decimal): -10461049 or 8872032. OLE color: 8872032.

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

Color convert

RGB 96 96 135 -
CMYK 0.29 0.29 0 0.47
HSL 240º 0.17% 0.45% -
HSV(B) 240º 0.29% 0.53% -
XYZ 13.38 12.6 24.65 -
YUV 100.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 96 96 135 0.29 0.29 0 0.47 240 0.17 0.45
Hex 60 60 87 1D 1D 0 2F F0 11 2D
Octal 140 140 207 35 35 0 57 360 21 55
Binary 1100000 1100000 10000111 11101 11101 0 101111 11110000 10001 101101

Color Harmonies of #606087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606087

Black with #606087

Text Example


Text Example

White with #606087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606087; }

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

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

background-color css

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

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

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

border-color css

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

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

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