Html Css Color HEX #65738C Waikawa Grey

📋 copy color: '#65738C'

red 101 ◦ green 115 ◦ blue 140

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

Shades of Waikawa Grey #65738C

Tints of Waikawa Grey #65738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 28.37%
G = 32.3%
B = 39.33%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65738C (or 0x65738C) is known color: Waikawa Grey. HEX triplet: 65, 73 and 8C. RGB value is (101,115,140). Sum of RGB (Red+Green+Blue) = 101+115+140=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #65738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65738C is #9A8C73. Grayscale: #717171. Windows color (decimal): -10128500 or 9204581. OLE color: 9204581.

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

Color convert

RGB 101 115 140 -
CMYK 0.28 0.18 0 0.45
HSL 218.46º 0.16% 0.47% -
HSV(B) 218.46º 0.28% 0.55% -
XYZ 16.23 16.92 27.22 -
YUV 113.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 101 115 140 0.28 0.18 0 0.45 218.46 0.16 0.47
Hex 65 73 8C 1C 12 0 2D DA 10 2F
Octal 145 163 214 34 22 0 55 332 20 57
Binary 1100101 1110011 10001100 11100 10010 0 101101 11011010 10000 101111

Color Harmonies of #65738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65738C

Black with #65738C

Text Example


Text Example

White with #65738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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