Html Css Color HEX #607B6E Sirocco

📋 copy color: '#607B6E'

red 96 ◦ green 123 ◦ blue 110

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

Shades of Sirocco #607B6E

Tints of Sirocco #607B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

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

R = 29.18%
G = 37.39%
B = 33.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#607B6E (or 0x607B6E) is known color: Sirocco. HEX triplet: 60, 7B and 6E. RGB value is (96,123,110). Sum of RGB (Red+Green+Blue) = 96+123+110=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #607B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B6E is #9F8491. Grayscale: #717171. Windows color (decimal): -10454162 or 7240544. OLE color: 7240544.

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

Color convert

RGB 96 123 110 -
CMYK 0.22 0 0.11 0.52
HSL 151.11º 0.12% 0.43% -
HSV(B) 151.11º 0.22% 0.48% -
XYZ 14.72 17.78 17.41 -
YUV 113.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 96 123 110 0.22 0 0.11 0.52 151.11 0.12 0.43
Hex 60 7B 6E 16 0 B 34 97 C 2B
Octal 140 173 156 26 0 13 64 227 14 53
Binary 1100000 1111011 1101110 10110 0 1011 110100 10010111 1100 101011

Color Harmonies of #607B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B6E

Black with #607B6E

Text Example


Text Example

White with #607B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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