Html Css Color HEX #61638C Comet

📋 copy color: '#61638C'

red 97 ◦ green 99 ◦ blue 140

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

Shades of Comet #61638C

Tints of Comet #61638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 28.87%
G = 29.46%
B = 41.67%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61638C (or 0x61638C) is known color: Comet. HEX triplet: 61, 63 and 8C. RGB value is (97,99,140). Sum of RGB (Red+Green+Blue) = 97+99+140=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #61638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61638C is #9E9C73. Grayscale: #666666. Windows color (decimal): -10394740 or 9200481. OLE color: 9200481.

HSL color Cylindrical-coordinate representation of color #61638C: hue angle of 237.21º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61638C is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 99 140 -
CMYK 0.31 0.29 0 0.45
HSL 237.21º 0.18% 0.46% -
HSV(B) 237.21º 0.31% 0.55% -
XYZ 14.13 13.36 26.64 -
YUV 103.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 97 99 140 0.31 0.29 0 0.45 237.21 0.18 0.46
Hex 61 63 8C 1F 1D 0 2D ED 12 2E
Octal 141 143 214 37 35 0 55 355 22 56
Binary 1100001 1100011 10001100 11111 11101 0 101101 11101101 10010 101110

Color Harmonies of #61638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61638C

Black with #61638C

Text Example


Text Example

White with #61638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61638C; }

 p { color: rgb(97,99,140); }

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

background-color css

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

 a { background-color: rgb(97,99,140); }

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

border-color css

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

 span { border-color: rgb(97,99,140); }

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