Html Css Color HEX #65779F Waikawa Grey

📋 copy color: '#65779F'

red 101 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #65779F

Tints of Waikawa Grey #65779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 26.65%
G = 31.4%
B = 41.95%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65779F (or 0x65779F) is known color: Waikawa Grey. HEX triplet: 65, 77 and 9F. RGB value is (101,119,159). Sum of RGB (Red+Green+Blue) = 101+119+159=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #65779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65779F is #9A8860. Grayscale: #757575. Windows color (decimal): -10127457 or 10450789. OLE color: 10450789.

HSL color Cylindrical-coordinate representation of color #65779F: hue angle of 221.38º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65779F is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 119 159 -
CMYK 0.36 0.25 0 0.38
HSL 221.38º 0.23% 0.51% -
HSV(B) 221.38º 0.36% 0.62% -
XYZ 18.22 18.46 35.4 -
YUV 118.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 101 119 159 0.36 0.25 0 0.38 221.38 0.23 0.51
Hex 65 77 9F 24 19 0 26 DD 17 33
Octal 145 167 237 44 31 0 46 335 27 63
Binary 1100101 1110111 10011111 100100 11001 0 100110 11011101 10111 110011

Color Harmonies of #65779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65779F

Black with #65779F

Text Example


Text Example

White with #65779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,119,159); }

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

background-color css

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

 a { background-color: rgb(101,119,159); }

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

border-color css

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

 span { border-color: rgb(101,119,159); }

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