Html Css Color HEX #606283 Comet

📋 copy color: '#606283'

red 96 ◦ green 98 ◦ blue 131

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

Shades of Comet #606283

Tints of Comet #606283

RGB

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

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

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

R = 29.54%
G = 30.15%
B = 40.31%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#606283 (or 0x606283) is known color: Comet. HEX triplet: 60, 62 and 83. RGB value is (96,98,131). Sum of RGB (Red+Green+Blue) = 96+98+131=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #606283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606283 is #9F9D7C. Grayscale: #656565. Windows color (decimal): -10460541 or 8610400. OLE color: 8610400.

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

Color convert

RGB 96 98 131 -
CMYK 0.27 0.25 0 0.49
HSL 236.57º 0.15% 0.45% -
HSV(B) 236.57º 0.27% 0.51% -
XYZ 13.29 12.86 23.25 -
YUV 101.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 96 98 131 0.27 0.25 0 0.49 236.57 0.15 0.45
Hex 60 62 83 1B 19 0 31 ED F 2D
Octal 140 142 203 33 31 0 61 355 17 55
Binary 1100000 1100010 10000011 11011 11001 0 110001 11101101 1111 101101

Color Harmonies of #606283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606283

Black with #606283

Text Example


Text Example

White with #606283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606283; }

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

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

background-color css

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

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

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

border-color css

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

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

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