Html Css Color HEX #606A7B Raven

📋 copy color: '#606A7B'

red 96 ◦ green 106 ◦ blue 123

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

Shades of Raven #606A7B

Tints of Raven #606A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 29.54%
G = 32.62%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#606A7B (or 0x606A7B) is known color: Raven. HEX triplet: 60, 6A and 7B. RGB value is (96,106,123). Sum of RGB (Red+Green+Blue) = 96+106+123=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #606A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A7B is #9F9584. Grayscale: #686868. Windows color (decimal): -10458501 or 8088160. OLE color: 8088160.

HSL color Cylindrical-coordinate representation of color #606A7B: hue angle of 217.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #606A7B is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 106 123 -
CMYK 0.22 0.14 0 0.52
HSL 217.78º 0.12% 0.43% -
HSV(B) 217.78º 0.22% 0.48% -
XYZ 13.55 14.22 20.77 -
YUV 104.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 96 106 123 0.22 0.14 0 0.52 217.78 0.12 0.43
Hex 60 6A 7B 16 E 0 34 DA C 2B
Octal 140 152 173 26 16 0 64 332 14 53
Binary 1100000 1101010 1111011 10110 1110 0 110100 11011010 1100 101011

Color Harmonies of #606A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A7B

Black with #606A7B

Text Example


Text Example

White with #606A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,123); }

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

background-color css

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

 a { background-color: rgb(96,106,123); }

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

border-color css

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

 span { border-color: rgb(96,106,123); }

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