Html Css Color HEX #65718D Waikawa Grey

📋 copy color: '#65718D'

red 101 ◦ green 113 ◦ blue 141

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

Shades of Waikawa Grey #65718D

Tints of Waikawa Grey #65718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 28.45%
G = 31.83%
B = 39.72%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65718D (or 0x65718D) is known color: Waikawa Grey. HEX triplet: 65, 71 and 8D. RGB value is (101,113,141). Sum of RGB (Red+Green+Blue) = 101+113+141=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #65718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65718D is #9A8E72. Grayscale: #707070. Windows color (decimal): -10129011 or 9269605. OLE color: 9269605.

HSL color Cylindrical-coordinate representation of color #65718D: hue angle of 222º degrees, saturation: 0.17, 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 #65718D is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 113 141 -
CMYK 0.28 0.20 0 0.45
HSL 222º 0.17% 0.47% -
HSV(B) 222º 0.28% 0.55% -
XYZ 16.08 16.5 27.54 -
YUV 112.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 101 113 141 0.28 0.20 0 0.45 222 0.17 0.47
Hex 65 71 8D 1C 14 0 2D DE 11 2F
Octal 145 161 215 34 24 0 55 336 21 57
Binary 1100101 1110001 10001101 11100 10100 0 101101 11011110 10001 101111

Color Harmonies of #65718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65718D

Black with #65718D

Text Example


Text Example

White with #65718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65718D; }

 p { color: rgb(101,113,141); }

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

background-color css

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

 a { background-color: rgb(101,113,141); }

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

border-color css

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

 span { border-color: rgb(101,113,141); }

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