Html Css Color HEX #6C8084 Hoki

📋 copy color: '#6C8084'

red 108 ◦ green 128 ◦ blue 132

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

Shades of Hoki #6C8084

Tints of Hoki #6C8084

RGB

 RED value IS 108 (42.58% from 255) = 29.35%

 GREEN value IS 128 (50.39% from 255) = 34.78%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 29.35%
G = 34.78%
B = 35.87%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C8084 (or 0x6C8084) is known color: Hoki. HEX triplet: 6C, 80 and 84. RGB value is (108,128,132). Sum of RGB (Red+Green+Blue) = 108+128+132=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C8084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8084 is #937F7B. Grayscale: #7A7A7A. Windows color (decimal): -9666428 or 8683628. OLE color: 8683628.

HSL color Cylindrical-coordinate representation of color #6C8084: hue angle of 190º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C8084 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 128 132 -
CMYK 0.18 0.03 0 0.48
HSL 190º 0.1% 0.47% -
HSV(B) 190º 0.18% 0.52% -
XYZ 18.07 20.29 24.79 -
YUV 122.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 108 128 132 0.18 0.03 0 0.48 190 0.1 0.47
Hex 6C 80 84 12 3 0 30 BE A 2F
Octal 154 200 204 22 3 0 60 276 12 57
Binary 1101100 10000000 10000100 10010 11 0 110000 10111110 1010 101111

Color Harmonies of #6C8084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8084

Black with #6C8084

Text Example


Text Example

White with #6C8084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,128,132); }

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

background-color css

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

 a { background-color: rgb(108,128,132); }

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

border-color css

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

 span { border-color: rgb(108,128,132); }

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