Html Css Color HEX #607668 Sirocco

📋 copy color: '#607668'

red 96 ◦ green 118 ◦ blue 104

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

Shades of Sirocco #607668

Tints of Sirocco #607668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 30.19%
G = 37.11%
B = 32.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#607668 (or 0x607668) is known color: Sirocco. HEX triplet: 60, 76 and 68. RGB value is (96,118,104). Sum of RGB (Red+Green+Blue) = 96+118+104=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #607668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607668 is #9F8997. Grayscale: #6D6D6D. Windows color (decimal): -10455448 or 6846048. OLE color: 6846048.

HSL color Cylindrical-coordinate representation of color #607668: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607668 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 104 -
CMYK 0.19 0 0.12 0.54
HSL 141.82º 0.1% 0.42% -
HSV(B) 141.82º 0.19% 0.46% -
XYZ 13.8 16.44 15.54 -
YUV 109.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 96 118 104 0.19 0 0.12 0.54 141.82 0.1 0.42
Hex 60 76 68 13 0 C 36 8E A 2A
Octal 140 166 150 23 0 14 66 216 12 52
Binary 1100000 1110110 1101000 10011 0 1100 110110 10001110 1010 101010

Color Harmonies of #607668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607668

Black with #607668

Text Example


Text Example

White with #607668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607668; }

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

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

background-color css

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

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

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

border-color css

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

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

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