Html Css Color HEX #65708C Waikawa Grey

📋 copy color: '#65708C'

red 101 ◦ green 112 ◦ blue 140

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

Shades of Waikawa Grey #65708C

Tints of Waikawa Grey #65708C

RGB

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

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

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

R = 28.61%
G = 31.73%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65708C (or 0x65708C) is known color: Waikawa Grey. HEX triplet: 65, 70 and 8C. RGB value is (101,112,140). Sum of RGB (Red+Green+Blue) = 101+112+140=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #65708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65708C is #9A8F73. Grayscale: #6F6F6F. Windows color (decimal): -10129268 or 9203813. OLE color: 9203813.

HSL color Cylindrical-coordinate representation of color #65708C: hue angle of 223.08º 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 #65708C is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 112 140 -
CMYK 0.28 0.20 0 0.45
HSL 223.08º 0.16% 0.47% -
HSV(B) 223.08º 0.28% 0.55% -
XYZ 15.89 16.25 27.11 -
YUV 111.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 101 112 140 0.28 0.20 0 0.45 223.08 0.16 0.47
Hex 65 70 8C 1C 14 0 2D DF 10 2F
Octal 145 160 214 34 24 0 55 337 20 57
Binary 1100101 1110000 10001100 11100 10100 0 101101 11011111 10000 101111

Color Harmonies of #65708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65708C

Black with #65708C

Text Example


Text Example

White with #65708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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