Html Css Color HEX #65729F Waikawa Grey

📋 copy color: '#65729F'

red 101 ◦ green 114 ◦ blue 159

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

Shades of Waikawa Grey #65729F

Tints of Waikawa Grey #65729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 27.01%
G = 30.48%
B = 42.51%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65729F (or 0x65729F) is known color: Waikawa Grey. HEX triplet: 65, 72 and 9F. RGB value is (101,114,159). Sum of RGB (Red+Green+Blue) = 101+114+159=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #65729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65729F is #9A8D60. Grayscale: #737373. Windows color (decimal): -10128737 or 10449509. OLE color: 10449509.

HSL color Cylindrical-coordinate representation of color #65729F: hue angle of 226.55º degrees, saturation: 0.23, 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 #65729F is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 114 159 -
CMYK 0.36 0.28 0 0.38
HSL 226.55º 0.23% 0.51% -
HSV(B) 226.55º 0.36% 0.62% -
XYZ 17.64 17.3 35.21 -
YUV 115.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 101 114 159 0.36 0.28 0 0.38 226.55 0.23 0.51
Hex 65 72 9F 24 1C 0 26 E3 17 33
Octal 145 162 237 44 34 0 46 343 27 63
Binary 1100101 1110010 10011111 100100 11100 0 100110 11100011 10111 110011

Color Harmonies of #65729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65729F

Black with #65729F

Text Example


Text Example

White with #65729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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