Html Css Color HEX #65818C Hoki

📋 copy color: '#65818C'

red 101 ◦ green 129 ◦ blue 140

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

Shades of Hoki #65818C

Tints of Hoki #65818C

RGB

 RED value IS 101 (39.84% from 255) = 27.3%

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 27.3%
G = 34.86%
B = 37.84%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65818C (or 0x65818C) is known color: Hoki. HEX triplet: 65, 81 and 8C. RGB value is (101,129,140). Sum of RGB (Red+Green+Blue) = 101+129+140=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #65818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65818C is #9A7E73. Grayscale: #797979. Windows color (decimal): -10124916 or 9208165. OLE color: 9208165.

HSL color Cylindrical-coordinate representation of color #65818C: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65818C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 129 140 -
CMYK 0.28 0.08 0 0.45
HSL 196.92º 0.16% 0.47% -
HSV(B) 196.92º 0.28% 0.55% -
XYZ 17.95 20.36 27.79 -
YUV 121.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 101 129 140 0.28 0.08 0 0.45 196.92 0.16 0.47
Hex 65 81 8C 1C 8 0 2D C5 10 2F
Octal 145 201 214 34 10 0 55 305 20 57
Binary 1100101 10000001 10001100 11100 1000 0 101101 11000101 10000 101111

Color Harmonies of #65818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65818C

Black with #65818C

Text Example


Text Example

White with #65818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65818C; }

 p { color: rgb(101,129,140); }

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

background-color css

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

 a { background-color: rgb(101,129,140); }

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

border-color css

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

 span { border-color: rgb(101,129,140); }

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