Html Css Color HEX #65729D Waikawa Grey

📋 copy color: '#65729D'

red 101 ◦ green 114 ◦ blue 157

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

Shades of Waikawa Grey #65729D

Tints of Waikawa Grey #65729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 27.15%
G = 30.65%
B = 42.2%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65729D (or 0x65729D) is known color: Waikawa Grey. HEX triplet: 65, 72 and 9D. RGB value is (101,114,157). Sum of RGB (Red+Green+Blue) = 101+114+157=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #65729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65729D is #9A8D62. Grayscale: #727272. Windows color (decimal): -10128739 or 10318437. OLE color: 10318437.

HSL color Cylindrical-coordinate representation of color #65729D: hue angle of 226.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65729D is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 114 157 -
CMYK 0.36 0.27 0 0.38
HSL 226.07º 0.22% 0.51% -
HSV(B) 226.07º 0.36% 0.62% -
XYZ 17.47 17.24 34.3 -
YUV 115.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 101 114 157 0.36 0.27 0 0.38 226.07 0.22 0.51
Hex 65 72 9D 24 1B 0 26 E2 16 33
Octal 145 162 235 44 33 0 46 342 26 63
Binary 1100101 1110010 10011101 100100 11011 0 100110 11100010 10110 110011

Color Harmonies of #65729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65729D

Black with #65729D

Text Example


Text Example

White with #65729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,114,157); }

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

background-color css

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

 a { background-color: rgb(101,114,157); }

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

border-color css

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

 span { border-color: rgb(101,114,157); }

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