Html Css Color HEX #65709D Waikawa Grey

📋 copy color: '#65709D'

red 101 ◦ green 112 ◦ blue 157

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

Shades of Waikawa Grey #65709D

Tints of Waikawa Grey #65709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 27.3%
G = 30.27%
B = 42.43%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65709D (or 0x65709D) is known color: Waikawa Grey. HEX triplet: 65, 70 and 9D. RGB value is (101,112,157). Sum of RGB (Red+Green+Blue) = 101+112+157=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #65709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65709D is #9A8F62. Grayscale: #717171. Windows color (decimal): -10129251 or 10317925. OLE color: 10317925.

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

Color convert

RGB 101 112 157 -
CMYK 0.36 0.29 0 0.38
HSL 228.21º 0.22% 0.51% -
HSV(B) 228.21º 0.36% 0.62% -
XYZ 17.25 16.79 34.23 -
YUV 113.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 101 112 157 0.36 0.29 0 0.38 228.21 0.22 0.51
Hex 65 70 9D 24 1D 0 26 E4 16 33
Octal 145 160 235 44 35 0 46 344 26 63
Binary 1100101 1110000 10011101 100100 11101 0 100110 11100100 10110 110011

Color Harmonies of #65709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65709D

Black with #65709D

Text Example


Text Example

White with #65709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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