Html Css Color HEX #606483 Comet

📋 copy color: '#606483'

red 96 ◦ green 100 ◦ blue 131

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

Shades of Comet #606483

Tints of Comet #606483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 29.36%
G = 30.58%
B = 40.06%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#606483 (or 0x606483) is known color: Comet. HEX triplet: 60, 64 and 83. RGB value is (96,100,131). Sum of RGB (Red+Green+Blue) = 96+100+131=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #606483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606483 is #9F9B7C. Grayscale: #666666. Windows color (decimal): -10460029 or 8610912. OLE color: 8610912.

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

Color convert

RGB 96 100 131 -
CMYK 0.27 0.24 0 0.49
HSL 233.14º 0.15% 0.45% -
HSV(B) 233.14º 0.27% 0.51% -
XYZ 13.48 13.24 23.32 -
YUV 102.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 96 100 131 0.27 0.24 0 0.49 233.14 0.15 0.45
Hex 60 64 83 1B 18 0 31 E9 F 2D
Octal 140 144 203 33 30 0 61 351 17 55
Binary 1100000 1100100 10000011 11011 11000 0 110001 11101001 1111 101101

Color Harmonies of #606483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606483

Black with #606483

Text Example


Text Example

White with #606483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606483; }

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

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

background-color css

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

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

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

border-color css

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

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

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