Html Css Color HEX #627082 Raven

📋 copy color: '#627082'

red 98 ◦ green 112 ◦ blue 130

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

Shades of Raven #627082

Tints of Raven #627082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 28.82%
G = 32.94%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627082 (or 0x627082) is known color: Raven. HEX triplet: 62, 70 and 82. RGB value is (98,112,130). Sum of RGB (Red+Green+Blue) = 98+112+130=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #627082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627082 is #9D8F7D. Grayscale: #6D6D6D. Windows color (decimal): -10325886 or 8548450. OLE color: 8548450.

HSL color Cylindrical-coordinate representation of color #627082: hue angle of 213.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627082 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 112 130 -
CMYK 0.25 0.14 0 0.49
HSL 213.75º 0.14% 0.45% -
HSV(B) 213.75º 0.25% 0.51% -
XYZ 14.86 15.8 23.38 -
YUV 109.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 98 112 130 0.25 0.14 0 0.49 213.75 0.14 0.45
Hex 62 70 82 19 E 0 31 D6 E 2D
Octal 142 160 202 31 16 0 61 326 16 55
Binary 1100010 1110000 10000010 11001 1110 0 110001 11010110 1110 101101

Color Harmonies of #627082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627082

Black with #627082

Text Example


Text Example

White with #627082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627082; }

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

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

background-color css

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

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

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

border-color css

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

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

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