Html Css Color HEX #68818B Hoki

📋 copy color: '#68818B'

red 104 ◦ green 129 ◦ blue 139

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

Shades of Hoki #68818B

Tints of Hoki #68818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 27.96%
G = 34.68%
B = 37.37%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68818B (or 0x68818B) is known color: Hoki. HEX triplet: 68, 81 and 8B. RGB value is (104,129,139). Sum of RGB (Red+Green+Blue) = 104+129+139=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #68818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68818B is #977E74. Grayscale: #7A7A7A. Windows color (decimal): -9928309 or 9142632. OLE color: 9142632.

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

Color convert

RGB 104 129 139 -
CMYK 0.25 0.07 0 0.45
HSL 197.14º 0.14% 0.48% -
HSV(B) 197.14º 0.25% 0.55% -
XYZ 18.22 20.51 27.42 -
YUV 122.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 104 129 139 0.25 0.07 0 0.45 197.14 0.14 0.48
Hex 68 81 8B 19 7 0 2D C5 E 30
Octal 150 201 213 31 7 0 55 305 16 60
Binary 1101000 10000001 10001011 11001 111 0 101101 11000101 1110 110000

Color Harmonies of #68818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68818B

Black with #68818B

Text Example


Text Example

White with #68818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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