Html Css Color HEX #65799B Waikawa Grey

📋 copy color: '#65799B'

red 101 ◦ green 121 ◦ blue 155

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

Shades of Waikawa Grey #65799B

Tints of Waikawa Grey #65799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 26.79%
G = 32.1%
B = 41.11%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65799B (or 0x65799B) is known color: Waikawa Grey. HEX triplet: 65, 79 and 9B. RGB value is (101,121,155). Sum of RGB (Red+Green+Blue) = 101+121+155=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #65799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65799B is #9A8664. Grayscale: #767676. Windows color (decimal): -10126949 or 10189157. OLE color: 10189157.

HSL color Cylindrical-coordinate representation of color #65799B: hue angle of 217.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65799B is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 121 155 -
CMYK 0.35 0.22 0 0.39
HSL 217.78º 0.21% 0.5% -
HSV(B) 217.78º 0.35% 0.61% -
XYZ 18.12 18.81 33.69 -
YUV 118.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 101 121 155 0.35 0.22 0 0.39 217.78 0.21 0.5
Hex 65 79 9B 23 16 0 27 DA 15 32
Octal 145 171 233 43 26 0 47 332 25 62
Binary 1100101 1111001 10011011 100011 10110 0 100111 11011010 10101 110010

Color Harmonies of #65799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65799B

Black with #65799B

Text Example


Text Example

White with #65799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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