Html Css Color HEX #606681 Comet

📋 copy color: '#606681'

red 96 ◦ green 102 ◦ blue 129

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

Shades of Comet #606681

Tints of Comet #606681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 29.36%
G = 31.19%
B = 39.45%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#606681 (or 0x606681) is known color: Comet. HEX triplet: 60, 66 and 81. RGB value is (96,102,129). Sum of RGB (Red+Green+Blue) = 96+102+129=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #606681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606681 is #9F997E. Grayscale: #676767. Windows color (decimal): -10459519 or 8480352. OLE color: 8480352.

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

Color convert

RGB 96 102 129 -
CMYK 0.26 0.21 0 0.49
HSL 229.09º 0.15% 0.44% -
HSV(B) 229.09º 0.26% 0.51% -
XYZ 13.54 13.57 22.68 -
YUV 103.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 96 102 129 0.26 0.21 0 0.49 229.09 0.15 0.44
Hex 60 66 81 1A 15 0 31 E5 F 2C
Octal 140 146 201 32 25 0 61 345 17 54
Binary 1100000 1100110 10000001 11010 10101 0 110001 11100101 1111 101100

Color Harmonies of #606681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606681

Black with #606681

Text Example


Text Example

White with #606681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606681; }

 p { color: rgb(96,102,129); }

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

background-color css

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

 a { background-color: rgb(96,102,129); }

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

border-color css

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

 span { border-color: rgb(96,102,129); }

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