Html Css Color HEX #607A6C Sirocco

📋 copy color: '#607A6C'

red 96 ◦ green 122 ◦ blue 108

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

Shades of Sirocco #607A6C

Tints of Sirocco #607A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 29.45%
G = 37.42%
B = 33.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#607A6C (or 0x607A6C) is known color: Sirocco. HEX triplet: 60, 7A and 6C. RGB value is (96,122,108). Sum of RGB (Red+Green+Blue) = 96+122+108=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #607A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A6C is #9F8593. Grayscale: #707070. Windows color (decimal): -10454420 or 7109216. OLE color: 7109216.

HSL color Cylindrical-coordinate representation of color #607A6C: hue angle of 147.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A6C is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 122 108 -
CMYK 0.21 0 0.11 0.52
HSL 147.69º 0.12% 0.43% -
HSV(B) 147.69º 0.21% 0.48% -
XYZ 14.49 17.49 16.8 -
YUV 112.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 96 122 108 0.21 0 0.11 0.52 147.69 0.12 0.43
Hex 60 7A 6C 15 0 B 34 94 C 2B
Octal 140 172 154 25 0 13 64 224 14 53
Binary 1100000 1111010 1101100 10101 0 1011 110100 10010100 1100 101011

Color Harmonies of #607A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607A6C

Black with #607A6C

Text Example


Text Example

White with #607A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,108); }

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

background-color css

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

 a { background-color: rgb(96,122,108); }

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

border-color css

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

 span { border-color: rgb(96,122,108); }

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