Html Css Color HEX #606680 Comet

📋 copy color: '#606680'

red 96 ◦ green 102 ◦ blue 128

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

Shades of Comet #606680

Tints of Comet #606680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 29.45%
G = 31.29%
B = 39.26%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#606680 (or 0x606680) is known color: Comet. HEX triplet: 60, 66 and 80. RGB value is (96,102,128). Sum of RGB (Red+Green+Blue) = 96+102+128=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #606680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606680 is #9F997F. Grayscale: #676767. Windows color (decimal): -10459520 or 8414816. OLE color: 8414816.

HSL color Cylindrical-coordinate representation of color #606680: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #606680 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 102 128 -
CMYK 0.25 0.20 0 0.50
HSL 228.75º 0.14% 0.44% -
HSV(B) 228.75º 0.25% 0.5% -
XYZ 13.47 13.55 22.33 -
YUV 103.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 96 102 128 0.25 0.20 0 0.50 228.75 0.14 0.44
Hex 60 66 80 19 14 0 32 E5 E 2C
Octal 140 146 200 31 24 0 62 345 16 54
Binary 1100000 1100110 10000000 11001 10100 0 110010 11100101 1110 101100

Color Harmonies of #606680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606680

Black with #606680

Text Example


Text Example

White with #606680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606680; }

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

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

background-color css

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

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

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

border-color css

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

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

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