Html Css Color HEX #626B7D Raven

📋 copy color: '#626B7D'

red 98 ◦ green 107 ◦ blue 125

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

Shades of Raven #626B7D

Tints of Raven #626B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 29.7%
G = 32.42%
B = 37.88%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#626B7D (or 0x626B7D) is known color: Raven. HEX triplet: 62, 6B and 7D. RGB value is (98,107,125). Sum of RGB (Red+Green+Blue) = 98+107+125=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #626B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B7D is #9D9482. Grayscale: #6A6A6A. Windows color (decimal): -10327171 or 8219490. OLE color: 8219490.

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

Color convert

RGB 98 107 125 -
CMYK 0.22 0.14 0 0.51
HSL 220º 0.12% 0.44% -
HSV(B) 220º 0.22% 0.49% -
XYZ 14 14.59 21.48 -
YUV 106.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 98 107 125 0.22 0.14 0 0.51 220 0.12 0.44
Hex 62 6B 7D 16 E 0 33 DC C 2C
Octal 142 153 175 26 16 0 63 334 14 54
Binary 1100010 1101011 1111101 10110 1110 0 110011 11011100 1100 101100

Color Harmonies of #626B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626B7D

Black with #626B7D

Text Example


Text Example

White with #626B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,107,125); }

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

background-color css

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

 a { background-color: rgb(98,107,125); }

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

border-color css

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

 span { border-color: rgb(98,107,125); }

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