Html Css Color HEX #61638B Comet

📋 copy color: '#61638B'

red 97 ◦ green 99 ◦ blue 139

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

Shades of Comet #61638B

Tints of Comet #61638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 28.96%
G = 29.55%
B = 41.49%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61638B (or 0x61638B) is known color: Comet. HEX triplet: 61, 63 and 8B. RGB value is (97,99,139). Sum of RGB (Red+Green+Blue) = 97+99+139=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #61638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61638B is #9E9C74. Grayscale: #666666. Windows color (decimal): -10394741 or 9134945. OLE color: 9134945.

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

Color convert

RGB 97 99 139 -
CMYK 0.30 0.29 0 0.45
HSL 237.14º 0.18% 0.46% -
HSV(B) 237.14º 0.3% 0.55% -
XYZ 14.05 13.33 26.26 -
YUV 102.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 97 99 139 0.30 0.29 0 0.45 237.14 0.18 0.46
Hex 61 63 8B 1E 1D 0 2D ED 12 2E
Octal 141 143 213 36 35 0 55 355 22 56
Binary 1100001 1100011 10001011 11110 11101 0 101101 11101101 10010 101110

Color Harmonies of #61638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61638B

Black with #61638B

Text Example


Text Example

White with #61638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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