Html Css Color HEX #65759F Waikawa Grey

📋 copy color: '#65759F'

red 101 ◦ green 117 ◦ blue 159

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

Shades of Waikawa Grey #65759F

Tints of Waikawa Grey #65759F

RGB

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

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

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

R = 26.79%
G = 31.03%
B = 42.18%

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

#65759F (or 0x65759F) is known color: Waikawa Grey. HEX triplet: 65, 75 and 9F. RGB value is (101,117,159). Sum of RGB (Red+Green+Blue) = 101+117+159=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #65759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65759F is #9A8A60. Grayscale: #747474. Windows color (decimal): -10127969 or 10450277. OLE color: 10450277.

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

Color convert

RGB 101 117 159 -
CMYK 0.36 0.26 0 0.38
HSL 223.45º 0.23% 0.51% -
HSV(B) 223.45º 0.36% 0.62% -
XYZ 17.99 17.99 35.33 -
YUV 117 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 101 117 159 0.36 0.26 0 0.38 223.45 0.23 0.51
Hex 65 75 9F 24 1A 0 26 DF 17 33
Octal 145 165 237 44 32 0 46 337 27 63
Binary 1100101 1110101 10011111 100100 11010 0 100110 11011111 10111 110011

Color Harmonies of #65759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65759F

Black with #65759F

Text Example


Text Example

White with #65759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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