Html Css Color HEX #616288 Comet

📋 copy color: '#616288'

red 97 ◦ green 98 ◦ blue 136

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

Shades of Comet #616288

Tints of Comet #616288

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 29.31%
G = 29.61%
B = 41.09%

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

#616288 (or 0x616288) is known color: Comet. HEX triplet: 61, 62 and 88. RGB value is (97,98,136). Sum of RGB (Red+Green+Blue) = 97+98+136=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #616288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616288 is #9E9D77. Grayscale: #656565. Windows color (decimal): -10395000 or 8938081. OLE color: 8938081.

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

Color convert

RGB 97 98 136 -
CMYK 0.29 0.28 0 0.47
HSL 238.46º 0.17% 0.46% -
HSV(B) 238.46º 0.29% 0.53% -
XYZ 13.74 13.05 25.09 -
YUV 102.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 97 98 136 0.29 0.28 0 0.47 238.46 0.17 0.46
Hex 61 62 88 1D 1C 0 2F EE 11 2E
Octal 141 142 210 35 34 0 57 356 21 56
Binary 1100001 1100010 10001000 11101 11100 0 101111 11101110 10001 101110

Color Harmonies of #616288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616288

Black with #616288

Text Example


Text Example

White with #616288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616288; }

 p { color: rgb(97,98,136); }

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

background-color css

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

 a { background-color: rgb(97,98,136); }

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

border-color css

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

 span { border-color: rgb(97,98,136); }

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