Html Css Color HEX #65718F Waikawa Grey

📋 copy color: '#65718F'

red 101 ◦ green 113 ◦ blue 143

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

Shades of Waikawa Grey #65718F

Tints of Waikawa Grey #65718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 28.29%
G = 31.65%
B = 40.06%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65718F (or 0x65718F) is known color: Waikawa Grey. HEX triplet: 65, 71 and 8F. RGB value is (101,113,143). Sum of RGB (Red+Green+Blue) = 101+113+143=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #65718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65718F is #9A8E70. Grayscale: #707070. Windows color (decimal): -10129009 or 9400677. OLE color: 9400677.

HSL color Cylindrical-coordinate representation of color #65718F: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65718F is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 113 143 -
CMYK 0.29 0.21 0 0.44
HSL 222.86º 0.17% 0.48% -
HSV(B) 222.86º 0.29% 0.56% -
XYZ 16.23 16.56 28.33 -
YUV 112.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 101 113 143 0.29 0.21 0 0.44 222.86 0.17 0.48
Hex 65 71 8F 1D 15 0 2C DF 11 30
Octal 145 161 217 35 25 0 54 337 21 60
Binary 1100101 1110001 10001111 11101 10101 0 101100 11011111 10001 110000

Color Harmonies of #65718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65718F

Black with #65718F

Text Example


Text Example

White with #65718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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