Html Css Color HEX #616682 Comet

📋 copy color: '#616682'

red 97 ◦ green 102 ◦ blue 130

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

Shades of Comet #616682

Tints of Comet #616682

RGB

 RED value IS 97 (38.28% from 255) = 29.48%

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

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

R = 29.48%
G = 31%
B = 39.51%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616682 (or 0x616682) is known color: Comet. HEX triplet: 61, 66 and 82. RGB value is (97,102,130). Sum of RGB (Red+Green+Blue) = 97+102+130=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #616682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616682 is #9E997D. Grayscale: #676767. Windows color (decimal): -10393982 or 8545889. OLE color: 8545889.

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

Color convert

RGB 97 102 130 -
CMYK 0.25 0.22 0 0.49
HSL 230.91º 0.15% 0.45% -
HSV(B) 230.91º 0.25% 0.51% -
XYZ 13.71 13.66 23.03 -
YUV 103.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 97 102 130 0.25 0.22 0 0.49 230.91 0.15 0.45
Hex 61 66 82 19 16 0 31 E7 F 2D
Octal 141 146 202 31 26 0 61 347 17 55
Binary 1100001 1100110 10000010 11001 10110 0 110001 11100111 1111 101101

Color Harmonies of #616682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616682

Black with #616682

Text Example


Text Example

White with #616682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616682; }

 p { color: rgb(97,102,130); }

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

background-color css

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

 a { background-color: rgb(97,102,130); }

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

border-color css

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

 span { border-color: rgb(97,102,130); }

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