Html Css Color HEX #626C80 Raven

📋 copy color: '#626C80'

red 98 ◦ green 108 ◦ blue 128

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

Shades of Raven #626C80

Tints of Raven #626C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 29.34%
G = 32.34%
B = 38.32%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#626C80 (or 0x626C80) is known color: Raven. HEX triplet: 62, 6C and 80. RGB value is (98,108,128). Sum of RGB (Red+Green+Blue) = 98+108+128=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #626C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C80 is #9D937F. Grayscale: #6B6B6B. Windows color (decimal): -10326912 or 8416354. OLE color: 8416354.

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

Color convert

RGB 98 108 128 -
CMYK 0.23 0.16 0 0.50
HSL 220º 0.13% 0.44% -
HSV(B) 220º 0.23% 0.5% -
XYZ 14.3 14.88 22.54 -
YUV 107.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 98 108 128 0.23 0.16 0 0.50 220 0.13 0.44
Hex 62 6C 80 17 10 0 32 DC D 2C
Octal 142 154 200 27 20 0 62 334 15 54
Binary 1100010 1101100 10000000 10111 10000 0 110010 11011100 1101 101100

Color Harmonies of #626C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C80

Black with #626C80

Text Example


Text Example

White with #626C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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