Html Css Color HEX #627180 Raven

📋 copy color: '#627180'

red 98 ◦ green 113 ◦ blue 128

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

Shades of Raven #627180

Tints of Raven #627180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 28.91%
G = 33.33%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#627180 (or 0x627180) is known color: Raven. HEX triplet: 62, 71 and 80. RGB value is (98,113,128). Sum of RGB (Red+Green+Blue) = 98+113+128=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #627180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627180 is #9D8E7F. Grayscale: #6E6E6E. Windows color (decimal): -10325632 or 8417634. OLE color: 8417634.

HSL color Cylindrical-coordinate representation of color #627180: hue angle of 210º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627180 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 113 128 -
CMYK 0.23 0.12 0 0.50
HSL 210º 0.13% 0.44% -
HSV(B) 210º 0.23% 0.5% -
XYZ 14.84 15.97 22.72 -
YUV 110.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 98 113 128 0.23 0.12 0 0.50 210 0.13 0.44
Hex 62 71 80 17 C 0 32 D2 D 2C
Octal 142 161 200 27 14 0 62 322 15 54
Binary 1100010 1110001 10000000 10111 1100 0 110010 11010010 1101 101100

Color Harmonies of #627180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627180

Black with #627180

Text Example


Text Example

White with #627180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627180; }

 p { color: rgb(98,113,128); }

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

background-color css

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

 a { background-color: rgb(98,113,128); }

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

border-color css

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

 span { border-color: rgb(98,113,128); }

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