Html Css Color HEX #65799F Waikawa Grey

📋 copy color: '#65799F'

red 101 ◦ green 121 ◦ blue 159

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

Shades of Waikawa Grey #65799F

Tints of Waikawa Grey #65799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 26.51%
G = 31.76%
B = 41.73%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65799F (or 0x65799F) is known color: Waikawa Grey. HEX triplet: 65, 79 and 9F. RGB value is (101,121,159). Sum of RGB (Red+Green+Blue) = 101+121+159=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #65799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65799F is #9A8660. Grayscale: #777777. Windows color (decimal): -10126945 or 10451301. OLE color: 10451301.

HSL color Cylindrical-coordinate representation of color #65799F: hue angle of 219.31º 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 #65799F is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 121 159 -
CMYK 0.36 0.24 0 0.38
HSL 219.31º 0.23% 0.51% -
HSV(B) 219.31º 0.36% 0.62% -
XYZ 18.46 18.94 35.48 -
YUV 119.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 101 121 159 0.36 0.24 0 0.38 219.31 0.23 0.51
Hex 65 79 9F 24 18 0 26 DB 17 33
Octal 145 171 237 44 30 0 46 333 27 63
Binary 1100101 1111001 10011111 100100 11000 0 100110 11011011 10111 110011

Color Harmonies of #65799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65799F

Black with #65799F

Text Example


Text Example

White with #65799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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