Html Css Color HEX #678288 Hoki

📋 copy color: '#678288'

red 103 ◦ green 130 ◦ blue 136

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

Shades of Hoki #678288

Tints of Hoki #678288

RGB

 RED value IS 103 (40.63% from 255) = 27.91%

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

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

R = 27.91%
G = 35.23%
B = 36.86%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#678288 (or 0x678288) is known color: Hoki. HEX triplet: 67, 82 and 88. RGB value is (103,130,136). Sum of RGB (Red+Green+Blue) = 103+130+136=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #678288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678288 is #987D77. Grayscale: #7A7A7A. Windows color (decimal): -9993592 or 8946279. OLE color: 8946279.

HSL color Cylindrical-coordinate representation of color #678288: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678288 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 130 136 -
CMYK 0.24 0.04 0 0.47
HSL 190.91º 0.14% 0.47% -
HSV(B) 190.91º 0.24% 0.53% -
XYZ 18.02 20.63 26.32 -
YUV 122.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 103 130 136 0.24 0.04 0 0.47 190.91 0.14 0.47
Hex 67 82 88 18 4 0 2F BF E 2F
Octal 147 202 210 30 4 0 57 277 16 57
Binary 1100111 10000010 10001000 11000 100 0 101111 10111111 1110 101111

Color Harmonies of #678288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678288

Black with #678288

Text Example


Text Example

White with #678288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678288; }

 p { color: rgb(103,130,136); }

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

background-color css

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

 a { background-color: rgb(103,130,136); }

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

border-color css

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

 span { border-color: rgb(103,130,136); }

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