Html Css Color HEX #60687B Raven

📋 copy color: '#60687B'

red 96 ◦ green 104 ◦ blue 123

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

Shades of Raven #60687B

Tints of Raven #60687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

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

R = 29.72%
G = 32.2%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60687B (or 0x60687B) is known color: Raven. HEX triplet: 60, 68 and 7B. RGB value is (96,104,123). Sum of RGB (Red+Green+Blue) = 96+104+123=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #60687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687B is #9F9784. Grayscale: #676767. Windows color (decimal): -10459013 or 8087648. OLE color: 8087648.

HSL color Cylindrical-coordinate representation of color #60687B: hue angle of 222.22º 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 #60687B is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 104 123 -
CMYK 0.22 0.15 0 0.52
HSL 222.22º 0.12% 0.43% -
HSV(B) 222.22º 0.22% 0.48% -
XYZ 13.35 13.82 20.7 -
YUV 103.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 96 104 123 0.22 0.15 0 0.52 222.22 0.12 0.43
Hex 60 68 7B 16 F 0 34 DE C 2B
Octal 140 150 173 26 17 0 64 336 14 53
Binary 1100000 1101000 1111011 10110 1111 0 110100 11011110 1100 101011

Color Harmonies of #60687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60687B

Black with #60687B

Text Example


Text Example

White with #60687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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