Html Css Color HEX #607266 Sirocco

📋 copy color: '#607266'

red 96 ◦ green 114 ◦ blue 102

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

Shades of Sirocco #607266

Tints of Sirocco #607266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 30.77%
G = 36.54%
B = 32.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#607266 (or 0x607266) is known color: Sirocco. HEX triplet: 60, 72 and 66. RGB value is (96,114,102). Sum of RGB (Red+Green+Blue) = 96+114+102=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #607266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607266 is #9F8D99. Grayscale: #6B6B6B. Windows color (decimal): -10456474 or 6713952. OLE color: 6713952.

HSL color Cylindrical-coordinate representation of color #607266: hue angle of 140º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607266 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 102 -
CMYK 0.16 0 0.11 0.55
HSL 140º 0.09% 0.41% -
HSV(B) 140º 0.16% 0.45% -
XYZ 13.24 15.48 14.86 -
YUV 107.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 96 114 102 0.16 0 0.11 0.55 140 0.09 0.41
Hex 60 72 66 10 0 B 37 8C 9 29
Octal 140 162 146 20 0 13 67 214 11 51
Binary 1100000 1110010 1100110 10000 0 1011 110111 10001100 1001 101001

Color Harmonies of #607266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607266

Black with #607266

Text Example


Text Example

White with #607266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607266; }

 p { color: rgb(96,114,102); }

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

background-color css

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

 a { background-color: rgb(96,114,102); }

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

border-color css

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

 span { border-color: rgb(96,114,102); }

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