Html Css Color HEX #67828B Hoki

📋 copy color: '#67828B'

red 103 ◦ green 130 ◦ blue 139

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

Shades of Hoki #67828B

Tints of Hoki #67828B

RGB

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

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

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

R = 27.69%
G = 34.95%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67828B (or 0x67828B) is known color: Hoki. HEX triplet: 67, 82 and 8B. RGB value is (103,130,139). Sum of RGB (Red+Green+Blue) = 103+130+139=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 130 (51.17% from 255 or 34.95% 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 #67828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67828B is #987D74. Grayscale: #7A7A7A. Windows color (decimal): -9993589 or 9142887. OLE color: 9142887.

HSL color Cylindrical-coordinate representation of color #67828B: hue angle of 195º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67828B is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 130 139 -
CMYK 0.26 0.06 0 0.45
HSL 195º 0.15% 0.47% -
HSV(B) 195º 0.26% 0.55% -
XYZ 18.24 20.71 27.46 -
YUV 122.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 103 130 139 0.26 0.06 0 0.45 195 0.15 0.47
Hex 67 82 8B 1A 6 0 2D C3 F 2F
Octal 147 202 213 32 6 0 55 303 17 57
Binary 1100111 10000010 10001011 11010 110 0 101101 11000011 1111 101111

Color Harmonies of #67828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67828B

Black with #67828B

Text Example


Text Example

White with #67828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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