Html Css Color HEX #606D7C Raven

📋 copy color: '#606D7C'

red 96 ◦ green 109 ◦ blue 124

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

Shades of Raven #606D7C

Tints of Raven #606D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 29.18%
G = 33.13%
B = 37.69%

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

#606D7C (or 0x606D7C) is known color: Raven. HEX triplet: 60, 6D and 7C. RGB value is (96,109,124). Sum of RGB (Red+Green+Blue) = 96+109+124=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #606D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D7C is #9F9283. Grayscale: #6A6A6A. Windows color (decimal): -10457732 or 8154464. OLE color: 8154464.

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

Color convert

RGB 96 109 124 -
CMYK 0.23 0.12 0 0.51
HSL 212.14º 0.13% 0.43% -
HSV(B) 212.14º 0.23% 0.49% -
XYZ 13.93 14.88 21.21 -
YUV 106.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 96 109 124 0.23 0.12 0 0.51 212.14 0.13 0.43
Hex 60 6D 7C 17 C 0 33 D4 D 2B
Octal 140 155 174 27 14 0 63 324 15 53
Binary 1100000 1101101 1111100 10111 1100 0 110011 11010100 1101 101011

Color Harmonies of #606D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D7C

Black with #606D7C

Text Example


Text Example

White with #606D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,124); }

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

background-color css

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

 a { background-color: rgb(96,109,124); }

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

border-color css

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

 span { border-color: rgb(96,109,124); }

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