Html Css Color HEX #606B67 Sirocco

📋 copy color: '#606B67'

red 96 ◦ green 107 ◦ blue 103

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

Shades of Sirocco #606B67

Tints of Sirocco #606B67

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 31.37%
G = 34.97%
B = 33.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#606B67 (or 0x606B67) is known color: Sirocco. HEX triplet: 60, 6B and 67. RGB value is (96,107,103). Sum of RGB (Red+Green+Blue) = 96+107+103=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #606B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B67 is #9F9498. Grayscale: #676767. Windows color (decimal): -10458265 or 6777696. OLE color: 6777696.

HSL color Cylindrical-coordinate representation of color #606B67: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606B67 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 103 -
CMYK 0.10 0 0.04 0.58
HSL 158.18º 0.05% 0.4% -
HSV(B) 158.18º 0.1% 0.42% -
XYZ 12.53 13.98 14.87 -
YUV 103.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 96 107 103 0.10 0 0.04 0.58 158.18 0.05 0.4
Hex 60 6B 67 A 0 4 3A 9E 5 28
Octal 140 153 147 12 0 4 72 236 5 50
Binary 1100000 1101011 1100111 1010 0 100 111010 10011110 101 101000

Color Harmonies of #606B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B67

Black with #606B67

Text Example


Text Example

White with #606B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606B67; }

 p { color: rgb(96,107,103); }

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

background-color css

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

 a { background-color: rgb(96,107,103); }

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

border-color css

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

 span { border-color: rgb(96,107,103); }

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