Html Css Color HEX #625F84 Comet

📋 copy color: '#625F84'

red 98 ◦ green 95 ◦ blue 132

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

Shades of Comet #625F84

Tints of Comet #625F84

RGB

 RED value IS 98 (38.67% from 255) = 30.15%

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 30.15%
G = 29.23%
B = 40.62%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#625F84 (or 0x625F84) is known color: Comet. HEX triplet: 62, 5F and 84. RGB value is (98,95,132). Sum of RGB (Red+Green+Blue) = 98+95+132=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #625F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F84 is #9DA07B. Grayscale: #636363. Windows color (decimal): -10330236 or 8675170. OLE color: 8675170.

HSL color Cylindrical-coordinate representation of color #625F84: hue angle of 244.86º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625F84 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 95 132 -
CMYK 0.26 0.28 0 0.48
HSL 244.86º 0.16% 0.45% -
HSV(B) 244.86º 0.28% 0.52% -
XYZ 13.29 12.45 23.53 -
YUV 100.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 98 95 132 0.26 0.28 0 0.48 244.86 0.16 0.45
Hex 62 5F 84 1A 1C 0 30 F5 10 2D
Octal 142 137 204 32 34 0 60 365 20 55
Binary 1100010 1011111 10000100 11010 11100 0 110000 11110101 10000 101101

Color Harmonies of #625F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F84

Black with #625F84

Text Example


Text Example

White with #625F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625F84; }

 p { color: rgb(98,95,132); }

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

background-color css

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

 a { background-color: rgb(98,95,132); }

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

border-color css

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

 span { border-color: rgb(98,95,132); }

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