Html Css Color HEX #65739D Waikawa Grey

📋 copy color: '#65739D'

red 101 ◦ green 115 ◦ blue 157

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

Shades of Waikawa Grey #65739D

Tints of Waikawa Grey #65739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 27.08%
G = 30.83%
B = 42.09%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65739D (or 0x65739D) is known color: Waikawa Grey. HEX triplet: 65, 73 and 9D. RGB value is (101,115,157). Sum of RGB (Red+Green+Blue) = 101+115+157=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #65739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739D is #9A8C62. Grayscale: #737373. Windows color (decimal): -10128483 or 10318693. OLE color: 10318693.

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

Color convert

RGB 101 115 157 -
CMYK 0.36 0.27 0 0.38
HSL 225º 0.22% 0.51% -
HSV(B) 225º 0.36% 0.62% -
XYZ 17.58 17.46 34.34 -
YUV 115.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 101 115 157 0.36 0.27 0 0.38 225 0.22 0.51
Hex 65 73 9D 24 1B 0 26 E1 16 33
Octal 145 163 235 44 33 0 46 341 26 63
Binary 1100101 1110011 10011101 100100 11011 0 100110 11100001 10110 110011

Color Harmonies of #65739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65739D

Black with #65739D

Text Example


Text Example

White with #65739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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