Html Css Color HEX #606387 Comet

📋 copy color: '#606387'

red 96 ◦ green 99 ◦ blue 135

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

Shades of Comet #606387

Tints of Comet #606387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 29.09%
G = 30%
B = 40.91%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606387 (or 0x606387) is known color: Comet. HEX triplet: 60, 63 and 87. RGB value is (96,99,135). Sum of RGB (Red+Green+Blue) = 96+99+135=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #606387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606387 is #9F9C78. Grayscale: #666666. Windows color (decimal): -10460281 or 8872800. OLE color: 8872800.

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

Color convert

RGB 96 99 135 -
CMYK 0.29 0.27 0 0.47
HSL 235.38º 0.17% 0.45% -
HSV(B) 235.38º 0.29% 0.53% -
XYZ 13.66 13.16 24.74 -
YUV 102.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 96 99 135 0.29 0.27 0 0.47 235.38 0.17 0.45
Hex 60 63 87 1D 1B 0 2F EB 11 2D
Octal 140 143 207 35 33 0 57 353 21 55
Binary 1100000 1100011 10000111 11101 11011 0 101111 11101011 10001 101101

Color Harmonies of #606387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606387

Black with #606387

Text Example


Text Example

White with #606387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606387; }

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

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

background-color css

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

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

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

border-color css

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

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

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