Html Css Color HEX #606488 Comet

📋 copy color: '#606488'

red 96 ◦ green 100 ◦ blue 136

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

Shades of Comet #606488

Tints of Comet #606488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 28.92%
G = 30.12%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606488 (or 0x606488) is known color: Comet. HEX triplet: 60, 64 and 88. RGB value is (96,100,136). Sum of RGB (Red+Green+Blue) = 96+100+136=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #606488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606488 is #9F9B77. Grayscale: #666666. Windows color (decimal): -10460024 or 8938592. OLE color: 8938592.

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

Color convert

RGB 96 100 136 -
CMYK 0.29 0.26 0 0.47
HSL 234º 0.17% 0.45% -
HSV(B) 234º 0.29% 0.53% -
XYZ 13.82 13.38 25.15 -
YUV 102.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 96 100 136 0.29 0.26 0 0.47 234 0.17 0.45
Hex 60 64 88 1D 1A 0 2F EA 11 2D
Octal 140 144 210 35 32 0 57 352 21 55
Binary 1100000 1100100 10001000 11101 11010 0 101111 11101010 10001 101101

Color Harmonies of #606488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606488

Black with #606488

Text Example


Text Example

White with #606488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606488; }

 p { color: rgb(96,100,136); }

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

background-color css

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

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

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

border-color css

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

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

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