Html Css Color HEX #616683 Comet

📋 copy color: '#616683'

red 97 ◦ green 102 ◦ blue 131

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

Shades of Comet #616683

Tints of Comet #616683

RGB

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

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

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

R = 29.39%
G = 30.91%
B = 39.7%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616683 (or 0x616683) is known color: Comet. HEX triplet: 61, 66 and 83. RGB value is (97,102,131). Sum of RGB (Red+Green+Blue) = 97+102+131=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #616683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616683 is #9E997C. Grayscale: #676767. Windows color (decimal): -10393981 or 8611425. OLE color: 8611425.

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

Color convert

RGB 97 102 131 -
CMYK 0.26 0.22 0 0.49
HSL 231.18º 0.15% 0.45% -
HSV(B) 231.18º 0.26% 0.51% -
XYZ 13.78 13.68 23.39 -
YUV 103.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 97 102 131 0.26 0.22 0 0.49 231.18 0.15 0.45
Hex 61 66 83 1A 16 0 31 E7 F 2D
Octal 141 146 203 32 26 0 61 347 17 55
Binary 1100001 1100110 10000011 11010 10110 0 110001 11100111 1111 101101

Color Harmonies of #616683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616683

Black with #616683

Text Example


Text Example

White with #616683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616683; }

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

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

background-color css

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

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

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

border-color css

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

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

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