Html Css Color HEX #606382 Comet

📋 copy color: '#606382'

red 96 ◦ green 99 ◦ blue 130

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

Shades of Comet #606382

Tints of Comet #606382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 29.54%
G = 30.46%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#606382 (or 0x606382) is known color: Comet. HEX triplet: 60, 63 and 82. RGB value is (96,99,130). Sum of RGB (Red+Green+Blue) = 96+99+130=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #606382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606382 is #9F9C7D. Grayscale: #656565. Windows color (decimal): -10460286 or 8545120. OLE color: 8545120.

HSL color Cylindrical-coordinate representation of color #606382: hue angle of 234.71º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606382 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 99 130 -
CMYK 0.26 0.24 0 0.49
HSL 234.71º 0.15% 0.44% -
HSV(B) 234.71º 0.26% 0.51% -
XYZ 13.31 13.02 22.93 -
YUV 101.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 96 99 130 0.26 0.24 0 0.49 234.71 0.15 0.44
Hex 60 63 82 1A 18 0 31 EB F 2C
Octal 140 143 202 32 30 0 61 353 17 54
Binary 1100000 1100011 10000010 11010 11000 0 110001 11101011 1111 101100

Color Harmonies of #606382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606382

Black with #606382

Text Example


Text Example

White with #606382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606382; }

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

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

background-color css

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

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

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

border-color css

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

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

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