Html Css Color HEX #65758F Waikawa Grey

📋 copy color: '#65758F'

red 101 ◦ green 117 ◦ blue 143

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

Shades of Waikawa Grey #65758F

Tints of Waikawa Grey #65758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 27.98%
G = 32.41%
B = 39.61%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65758F (or 0x65758F) is known color: Waikawa Grey. HEX triplet: 65, 75 and 8F. RGB value is (101,117,143). Sum of RGB (Red+Green+Blue) = 101+117+143=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #65758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65758F is #9A8A70. Grayscale: #737373. Windows color (decimal): -10127985 or 9401701. OLE color: 9401701.

HSL color Cylindrical-coordinate representation of color #65758F: hue angle of 217.14º 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 #65758F is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 117 143 -
CMYK 0.29 0.18 0 0.44
HSL 217.14º 0.17% 0.48% -
HSV(B) 217.14º 0.29% 0.56% -
XYZ 16.69 17.47 28.48 -
YUV 115.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 101 117 143 0.29 0.18 0 0.44 217.14 0.17 0.48
Hex 65 75 8F 1D 12 0 2C D9 11 30
Octal 145 165 217 35 22 0 54 331 21 60
Binary 1100101 1110101 10001111 11101 10010 0 101100 11011001 10001 110000

Color Harmonies of #65758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65758F

Black with #65758F

Text Example


Text Example

White with #65758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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