Html Css Color HEX #65759D Waikawa Grey

📋 copy color: '#65759D'

red 101 ◦ green 117 ◦ blue 157

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

Shades of Waikawa Grey #65759D

Tints of Waikawa Grey #65759D

RGB

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

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

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

R = 26.93%
G = 31.2%
B = 41.87%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65759D (or 0x65759D) is known color: Waikawa Grey. HEX triplet: 65, 75 and 9D. RGB value is (101,117,157). Sum of RGB (Red+Green+Blue) = 101+117+157=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #65759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65759D is #9A8A62. Grayscale: #747474. Windows color (decimal): -10127971 or 10319205. OLE color: 10319205.

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

Color convert

RGB 101 117 157 -
CMYK 0.36 0.25 0 0.38
HSL 222.86º 0.22% 0.51% -
HSV(B) 222.86º 0.36% 0.62% -
XYZ 17.81 17.92 34.42 -
YUV 116.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 101 117 157 0.36 0.25 0 0.38 222.86 0.22 0.51
Hex 65 75 9D 24 19 0 26 DF 16 33
Octal 145 165 235 44 31 0 46 337 26 63
Binary 1100101 1110101 10011101 100100 11001 0 100110 11011111 10110 110011

Color Harmonies of #65759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65759D

Black with #65759D

Text Example


Text Example

White with #65759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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