Html Css Color HEX #65718A Waikawa Grey

📋 copy color: '#65718A'

red 101 ◦ green 113 ◦ blue 138

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

Shades of Waikawa Grey #65718A

Tints of Waikawa Grey #65718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 28.69%
G = 32.1%
B = 39.2%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65718A (or 0x65718A) is known color: Waikawa Grey. HEX triplet: 65, 71 and 8A. RGB value is (101,113,138). Sum of RGB (Red+Green+Blue) = 101+113+138=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #65718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65718A is #9A8E75. Grayscale: #707070. Windows color (decimal): -10129014 or 9072997. OLE color: 9072997.

HSL color Cylindrical-coordinate representation of color #65718A: hue angle of 220.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65718A is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 113 138 -
CMYK 0.27 0.18 0 0.46
HSL 220.54º 0.15% 0.47% -
HSV(B) 220.54º 0.27% 0.54% -
XYZ 15.86 16.41 26.38 -
YUV 112.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 101 113 138 0.27 0.18 0 0.46 220.54 0.15 0.47
Hex 65 71 8A 1B 12 0 2E DD F 2F
Octal 145 161 212 33 22 0 56 335 17 57
Binary 1100101 1110001 10001010 11011 10010 0 101110 11011101 1111 101111

Color Harmonies of #65718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65718A

Black with #65718A

Text Example


Text Example

White with #65718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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