Html Css Color HEX #606E7D Raven

📋 copy color: '#606E7D'

red 96 ◦ green 110 ◦ blue 125

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

Shades of Raven #606E7D

Tints of Raven #606E7D

RGB

 RED value IS 96 (37.89% from 255) = 29%

 GREEN value IS 110 (43.36% from 255) = 33.23%

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

R = 29%
G = 33.23%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#606E7D (or 0x606E7D) is known color: Raven. HEX triplet: 60, 6E and 7D. RGB value is (96,110,125). Sum of RGB (Red+Green+Blue) = 96+110+125=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #606E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E7D is #9F9182. Grayscale: #6B6B6B. Windows color (decimal): -10457475 or 8220256. OLE color: 8220256.

HSL color Cylindrical-coordinate representation of color #606E7D: hue angle of 211.03º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #606E7D is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 110 125 -
CMYK 0.23 0.12 0 0.51
HSL 211.03º 0.13% 0.43% -
HSV(B) 211.03º 0.23% 0.49% -
XYZ 14.1 15.12 21.58 -
YUV 107.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 96 110 125 0.23 0.12 0 0.51 211.03 0.13 0.43
Hex 60 6E 7D 17 C 0 33 D3 D 2B
Octal 140 156 175 27 14 0 63 323 15 53
Binary 1100000 1101110 1111101 10111 1100 0 110011 11010011 1101 101011

Color Harmonies of #606E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E7D

Black with #606E7D

Text Example


Text Example

White with #606E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606E7D; }

 p { color: rgb(96,110,125); }

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

background-color css

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

 a { background-color: rgb(96,110,125); }

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

border-color css

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

 span { border-color: rgb(96,110,125); }

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