Html Css Color HEX #65738B Waikawa Grey

📋 copy color: '#65738B'

red 101 ◦ green 115 ◦ blue 139

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

Shades of Waikawa Grey #65738B

Tints of Waikawa Grey #65738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 28.45%
G = 32.39%
B = 39.15%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65738B (or 0x65738B) is known color: Waikawa Grey. HEX triplet: 65, 73 and 8B. RGB value is (101,115,139). Sum of RGB (Red+Green+Blue) = 101+115+139=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #65738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65738B is #9A8C74. Grayscale: #717171. Windows color (decimal): -10128501 or 9139045. OLE color: 9139045.

HSL color Cylindrical-coordinate representation of color #65738B: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65738B is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 115 139 -
CMYK 0.27 0.17 0 0.45
HSL 217.89º 0.16% 0.47% -
HSV(B) 217.89º 0.27% 0.55% -
XYZ 16.16 16.89 26.84 -
YUV 113.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 101 115 139 0.27 0.17 0 0.45 217.89 0.16 0.47
Hex 65 73 8B 1B 11 0 2D DA 10 2F
Octal 145 163 213 33 21 0 55 332 20 57
Binary 1100101 1110011 10001011 11011 10001 0 101101 11011010 10000 101111

Color Harmonies of #65738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65738B

Black with #65738B

Text Example


Text Example

White with #65738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65738B; }

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

 H1.HeaderClassName
 {
   color: #65738B;
 }
 .AnyTagClassName
 {
   color: #65738B;
 }
</style>

background-color css

<style>
 a { background-color: #65738B; }

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

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

border-color css

<style>
 span { border-color: #65738B; }

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

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