Html Css Color HEX #607D6E Sirocco

📋 copy color: '#607D6E'

red 96 ◦ green 125 ◦ blue 110

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

Shades of Sirocco #607D6E

Tints of Sirocco #607D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 29%
G = 37.76%
B = 33.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#607D6E (or 0x607D6E) is known color: Sirocco. HEX triplet: 60, 7D and 6E. RGB value is (96,125,110). Sum of RGB (Red+Green+Blue) = 96+125+110=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #607D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607D6E is #9F8291. Grayscale: #727272. Windows color (decimal): -10453650 or 7241056. OLE color: 7241056.

HSL color Cylindrical-coordinate representation of color #607D6E: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607D6E is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 125 110 -
CMYK 0.23 0 0.12 0.51
HSL 148.97º 0.13% 0.43% -
HSV(B) 148.97º 0.23% 0.49% -
XYZ 14.97 18.28 17.49 -
YUV 114.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 96 125 110 0.23 0 0.12 0.51 148.97 0.13 0.43
Hex 60 7D 6E 17 0 C 33 95 D 2B
Octal 140 175 156 27 0 14 63 225 15 53
Binary 1100000 1111101 1101110 10111 0 1100 110011 10010101 1101 101011

Color Harmonies of #607D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607D6E

Black with #607D6E

Text Example


Text Example

White with #607D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607D6E; }

 p { color: rgb(96,125,110); }

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

background-color css

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

 a { background-color: rgb(96,125,110); }

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

border-color css

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

 span { border-color: rgb(96,125,110); }

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