Html Css Color HEX #606779 Raven

📋 copy color: '#606779'

red 96 ◦ green 103 ◦ blue 121

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

Shades of Raven #606779

Tints of Raven #606779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 30%
G = 32.19%
B = 37.81%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606779 (or 0x606779) is known color: Raven. HEX triplet: 60, 67 and 79. RGB value is (96,103,121). Sum of RGB (Red+Green+Blue) = 96+103+121=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #606779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606779 is #9F9886. Grayscale: #666666. Windows color (decimal): -10459271 or 7956320. OLE color: 7956320.

HSL color Cylindrical-coordinate representation of color #606779: hue angle of 223.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606779 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 103 121 -
CMYK 0.21 0.15 0 0.53
HSL 223.2º 0.12% 0.43% -
HSV(B) 223.2º 0.21% 0.47% -
XYZ 13.13 13.57 20.02 -
YUV 102.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 96 103 121 0.21 0.15 0 0.53 223.2 0.12 0.43
Hex 60 67 79 15 F 0 35 DF C 2B
Octal 140 147 171 25 17 0 65 337 14 53
Binary 1100000 1100111 1111001 10101 1111 0 110101 11011111 1100 101011

Color Harmonies of #606779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606779

Black with #606779

Text Example


Text Example

White with #606779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606779; }

 p { color: rgb(96,103,121); }

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

background-color css

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

 a { background-color: rgb(96,103,121); }

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

border-color css

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

 span { border-color: rgb(96,103,121); }

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