Html Css Color HEX #65708F Waikawa Grey

📋 copy color: '#65708F'

red 101 ◦ green 112 ◦ blue 143

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

Shades of Waikawa Grey #65708F

Tints of Waikawa Grey #65708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 28.37%
G = 31.46%
B = 40.17%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65708F (or 0x65708F) is known color: Waikawa Grey. HEX triplet: 65, 70 and 8F. RGB value is (101,112,143). Sum of RGB (Red+Green+Blue) = 101+112+143=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #65708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65708F is #9A8F70. Grayscale: #707070. Windows color (decimal): -10129265 or 9400421. OLE color: 9400421.

HSL color Cylindrical-coordinate representation of color #65708F: hue angle of 224.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65708F is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 112 143 -
CMYK 0.29 0.22 0 0.44
HSL 224.29º 0.17% 0.48% -
HSV(B) 224.29º 0.29% 0.56% -
XYZ 16.12 16.34 28.29 -
YUV 112.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 101 112 143 0.29 0.22 0 0.44 224.29 0.17 0.48
Hex 65 70 8F 1D 16 0 2C E0 11 30
Octal 145 160 217 35 26 0 54 340 21 60
Binary 1100101 1110000 10001111 11101 10110 0 101100 11100000 10001 110000

Color Harmonies of #65708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65708F

Black with #65708F

Text Example


Text Example

White with #65708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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