Html Css Color HEX #627069 Sirocco

📋 copy color: '#627069'

red 98 ◦ green 112 ◦ blue 105

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

Shades of Sirocco #627069

Tints of Sirocco #627069

RGB

 RED value IS 98 (38.67% from 255) = 31.11%

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 31.11%
G = 35.56%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#627069 (or 0x627069) is known color: Sirocco. HEX triplet: 62, 70 and 69. RGB value is (98,112,105). Sum of RGB (Red+Green+Blue) = 98+112+105=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #627069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627069 is #9D8F96. Grayscale: #6B6B6B. Windows color (decimal): -10325911 or 6910050. OLE color: 6910050.

HSL color Cylindrical-coordinate representation of color #627069: hue angle of 150º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #627069 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 105 -
CMYK 0.13 0 0.06 0.56
HSL 150º 0.07% 0.41% -
HSV(B) 150º 0.13% 0.44% -
XYZ 13.38 15.2 15.59 -
YUV 107.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 98 112 105 0.13 0 0.06 0.56 150 0.07 0.41
Hex 62 70 69 D 0 6 38 96 7 29
Octal 142 160 151 15 0 6 70 226 7 51
Binary 1100010 1110000 1101001 1101 0 110 111000 10010110 111 101001

Color Harmonies of #627069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627069

Black with #627069

Text Example


Text Example

White with #627069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627069; }

 p { color: rgb(98,112,105); }

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

background-color css

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

 a { background-color: rgb(98,112,105); }

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

border-color css

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

 span { border-color: rgb(98,112,105); }

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