Html Css Color HEX #65739F Waikawa Grey

📋 copy color: '#65739F'

red 101 ◦ green 115 ◦ blue 159

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

Shades of Waikawa Grey #65739F

Tints of Waikawa Grey #65739F

RGB

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

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

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

R = 26.93%
G = 30.67%
B = 42.4%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65739F (or 0x65739F) is known color: Waikawa Grey. HEX triplet: 65, 73 and 9F. RGB value is (101,115,159). Sum of RGB (Red+Green+Blue) = 101+115+159=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #65739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739F is #9A8C60. Grayscale: #737373. Windows color (decimal): -10128481 or 10449765. OLE color: 10449765.

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

Color convert

RGB 101 115 159 -
CMYK 0.36 0.28 0 0.38
HSL 225.52º 0.23% 0.51% -
HSV(B) 225.52º 0.36% 0.62% -
XYZ 17.76 17.53 35.25 -
YUV 115.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 101 115 159 0.36 0.28 0 0.38 225.52 0.23 0.51
Hex 65 73 9F 24 1C 0 26 E2 17 33
Octal 145 163 237 44 34 0 46 342 27 63
Binary 1100101 1110011 10011111 100100 11100 0 100110 11100010 10111 110011

Color Harmonies of #65739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65739F

Black with #65739F

Text Example


Text Example

White with #65739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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