Html Css Color HEX #61608A Comet

📋 copy color: '#61608A'

red 97 ◦ green 96 ◦ blue 138

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

Shades of Comet #61608A

Tints of Comet #61608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 29.31%
G = 29%
B = 41.69%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61608A (or 0x61608A) is known color: Comet. HEX triplet: 61, 60 and 8A. RGB value is (97,96,138). Sum of RGB (Red+Green+Blue) = 97+96+138=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #61608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61608A is #9E9F75. Grayscale: #646464. Windows color (decimal): -10395510 or 9068641. OLE color: 9068641.

HSL color Cylindrical-coordinate representation of color #61608A: hue angle of 241.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61608A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 96 138 -
CMYK 0.30 0.30 0 0.46
HSL 241.43º 0.18% 0.46% -
HSV(B) 241.43º 0.3% 0.54% -
XYZ 13.7 12.74 25.78 -
YUV 101.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 97 96 138 0.30 0.30 0 0.46 241.43 0.18 0.46
Hex 61 60 8A 1E 1E 0 2E F1 12 2E
Octal 141 140 212 36 36 0 56 361 22 56
Binary 1100001 1100000 10001010 11110 11110 0 101110 11110001 10010 101110

Color Harmonies of #61608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61608A

Black with #61608A

Text Example


Text Example

White with #61608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61608A; }

 p { color: rgb(97,96,138); }

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

background-color css

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

 a { background-color: rgb(97,96,138); }

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

border-color css

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

 span { border-color: rgb(97,96,138); }

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