Html Css Color HEX #627080 Raven

📋 copy color: '#627080'

red 98 ◦ green 112 ◦ blue 128

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

Shades of Raven #627080

Tints of Raven #627080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 28.99%
G = 33.14%
B = 37.87%

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

#627080 (or 0x627080) is known color: Raven. HEX triplet: 62, 70 and 80. RGB value is (98,112,128). Sum of RGB (Red+Green+Blue) = 98+112+128=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #627080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627080 is #9D8F7F. Grayscale: #6D6D6D. Windows color (decimal): -10325888 or 8417378. OLE color: 8417378.

HSL color Cylindrical-coordinate representation of color #627080: hue angle of 212º 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 #627080 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 112 128 -
CMYK 0.23 0.12 0 0.50
HSL 212º 0.13% 0.44% -
HSV(B) 212º 0.23% 0.5% -
XYZ 14.73 15.74 22.68 -
YUV 109.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 98 112 128 0.23 0.12 0 0.50 212 0.13 0.44
Hex 62 70 80 17 C 0 32 D4 D 2C
Octal 142 160 200 27 14 0 62 324 15 54
Binary 1100010 1110000 10000000 10111 1100 0 110010 11010100 1101 101100

Color Harmonies of #627080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627080

Black with #627080

Text Example


Text Example

White with #627080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627080; }

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

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

background-color css

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

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

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

border-color css

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

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

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