Html Css Color HEX #65759E Waikawa Grey

📋 copy color: '#65759E'

red 101 ◦ green 117 ◦ blue 158

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

Shades of Waikawa Grey #65759E

Tints of Waikawa Grey #65759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 26.86%
G = 31.12%
B = 42.02%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65759E (or 0x65759E) is known color: Waikawa Grey. HEX triplet: 65, 75 and 9E. RGB value is (101,117,158). Sum of RGB (Red+Green+Blue) = 101+117+158=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #65759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65759E is #9A8A61. Grayscale: #747474. Windows color (decimal): -10127970 or 10384741. OLE color: 10384741.

HSL color Cylindrical-coordinate representation of color #65759E: hue angle of 223.16º 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 #65759E is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 117 158 -
CMYK 0.36 0.26 0 0.38
HSL 223.16º 0.23% 0.51% -
HSV(B) 223.16º 0.36% 0.62% -
XYZ 17.9 17.96 34.87 -
YUV 116.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 101 117 158 0.36 0.26 0 0.38 223.16 0.23 0.51
Hex 65 75 9E 24 1A 0 26 DF 17 33
Octal 145 165 236 44 32 0 46 337 27 63
Binary 1100101 1110101 10011110 100100 11010 0 100110 11011111 10111 110011

Color Harmonies of #65759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65759E

Black with #65759E

Text Example


Text Example

White with #65759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65759E; }

 p { color: rgb(101,117,158); }

 H1.HeaderClassName
 {
   color: #65759E;
 }
 .AnyTagClassName
 {
   color: #65759E;
 }
</style>

background-color css

<style>
 a { background-color: #65759E; }

 a { background-color: rgb(101,117,158); }

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

border-color css

<style>
 span { border-color: #65759E; }

 span { border-color: rgb(101,117,158); }

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