Html Css Color HEX #688274 Sirocco

📋 copy color: '#688274'

red 104 ◦ green 130 ◦ blue 116

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

Shades of Sirocco #688274

Tints of Sirocco #688274

RGB

 RED value IS 104 (41.02% from 255) = 29.71%

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 29.71%
G = 37.14%
B = 33.14%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#688274 (or 0x688274) is known color: Sirocco. HEX triplet: 68, 82 and 74. RGB value is (104,130,116). Sum of RGB (Red+Green+Blue) = 104+130+116=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #688274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688274 is #977D8B. Grayscale: #787878. Windows color (decimal): -9928076 or 7635560. OLE color: 7635560.

HSL color Cylindrical-coordinate representation of color #688274: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688274 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 116 -
CMYK 0.2 0 0.11 0.49
HSL 147.69º 0.11% 0.46% -
HSV(B) 147.69º 0.2% 0.51% -
XYZ 16.84 20.17 19.53 -
YUV 120.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 104 130 116 0.2 0 0.11 0.49 147.69 0.11 0.46
Hex 68 82 74 14 0 B 31 94 B 2E
Octal 150 202 164 24 0 13 61 224 13 56
Binary 1101000 10000010 1110100 10100 0 1011 110001 10010100 1011 101110

Color Harmonies of #688274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688274

Black with #688274

Text Example


Text Example

White with #688274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688274; }

 p { color: rgb(104,130,116); }

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

background-color css

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

 a { background-color: rgb(104,130,116); }

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

border-color css

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

 span { border-color: rgb(104,130,116); }

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