Html Css Color HEX #607168 Sirocco

📋 copy color: '#607168'

red 96 ◦ green 113 ◦ blue 104

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

Shades of Sirocco #607168

Tints of Sirocco #607168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

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

R = 30.67%
G = 36.1%
B = 33.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#607168 (or 0x607168) is known color: Sirocco. HEX triplet: 60, 71 and 68. RGB value is (96,113,104). Sum of RGB (Red+Green+Blue) = 96+113+104=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #607168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607168 is #9F8E97. Grayscale: #6A6A6A. Windows color (decimal): -10456728 or 6844768. OLE color: 6844768.

HSL color Cylindrical-coordinate representation of color #607168: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #607168 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 104 -
CMYK 0.15 0 0.08 0.56
HSL 148.24º 0.08% 0.41% -
HSV(B) 148.24º 0.15% 0.44% -
XYZ 13.23 15.3 15.35 -
YUV 106.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 96 113 104 0.15 0 0.08 0.56 148.24 0.08 0.41
Hex 60 71 68 F 0 8 38 94 8 29
Octal 140 161 150 17 0 10 70 224 10 51
Binary 1100000 1110001 1101000 1111 0 1000 111000 10010100 1000 101001

Color Harmonies of #607168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607168

Black with #607168

Text Example


Text Example

White with #607168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607168; }

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

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

background-color css

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

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

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

border-color css

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

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

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