Html Css Color HEX #6E8188 Hoki

📋 copy color: '#6E8188'

red 110 ◦ green 129 ◦ blue 136

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

Shades of Hoki #6E8188

Tints of Hoki #6E8188

RGB

 RED value IS 110 (43.36% from 255) = 29.33%

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 29.33%
G = 34.4%
B = 36.27%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E8188 (or 0x6E8188) is known color: Hoki. HEX triplet: 6E, 81 and 88. RGB value is (110,129,136). Sum of RGB (Red+Green+Blue) = 110+129+136=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E8188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8188 is #917E77. Grayscale: #7C7C7C. Windows color (decimal): -9535096 or 8946030. OLE color: 8946030.

HSL color Cylindrical-coordinate representation of color #6E8188: hue angle of 196.15º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8188 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 129 136 -
CMYK 0.19 0.05 0 0.47
HSL 196.15º 0.11% 0.48% -
HSV(B) 196.15º 0.19% 0.53% -
XYZ 18.72 20.79 26.32 -
YUV 124.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 110 129 136 0.19 0.05 0 0.47 196.15 0.11 0.48
Hex 6E 81 88 13 5 0 2F C4 B 30
Octal 156 201 210 23 5 0 57 304 13 60
Binary 1101110 10000001 10001000 10011 101 0 101111 11000100 1011 110000

Color Harmonies of #6E8188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8188

Black with #6E8188

Text Example


Text Example

White with #6E8188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8188; }

 p { color: rgb(110,129,136); }

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

background-color css

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

 a { background-color: rgb(110,129,136); }

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

border-color css

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

 span { border-color: rgb(110,129,136); }

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