Html Css Color HEX #68818A Hoki

📋 copy color: '#68818A'

red 104 ◦ green 129 ◦ blue 138

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

Shades of Hoki #68818A

Tints of Hoki #68818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 28.03%
G = 34.77%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68818A (or 0x68818A) is known color: Hoki. HEX triplet: 68, 81 and 8A. RGB value is (104,129,138). Sum of RGB (Red+Green+Blue) = 104+129+138=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #68818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68818A is #977E75. Grayscale: #7A7A7A. Windows color (decimal): -9928310 or 9077096. OLE color: 9077096.

HSL color Cylindrical-coordinate representation of color #68818A: hue angle of 195.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68818A is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 129 138 -
CMYK 0.25 0.07 0 0.46
HSL 195.88º 0.14% 0.47% -
HSV(B) 195.88º 0.25% 0.54% -
XYZ 18.15 20.48 27.04 -
YUV 122.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 104 129 138 0.25 0.07 0 0.46 195.88 0.14 0.47
Hex 68 81 8A 19 7 0 2E C4 E 2F
Octal 150 201 212 31 7 0 56 304 16 57
Binary 1101000 10000001 10001010 11001 111 0 101110 11000100 1110 101111

Color Harmonies of #68818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68818A

Black with #68818A

Text Example


Text Example

White with #68818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68818A; }

 p { color: rgb(104,129,138); }

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

background-color css

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

 a { background-color: rgb(104,129,138); }

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

border-color css

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

 span { border-color: rgb(104,129,138); }

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