Html Css Color HEX #65779B Waikawa Grey

📋 copy color: '#65779B'

red 101 ◦ green 119 ◦ blue 155

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

Shades of Waikawa Grey #65779B

Tints of Waikawa Grey #65779B

RGB

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

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

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

R = 26.93%
G = 31.73%
B = 41.33%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65779B (or 0x65779B) is known color: Waikawa Grey. HEX triplet: 65, 77 and 9B. RGB value is (101,119,155). Sum of RGB (Red+Green+Blue) = 101+119+155=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #65779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65779B is #9A8864. Grayscale: #757575. Windows color (decimal): -10127461 or 10188645. OLE color: 10188645.

HSL color Cylindrical-coordinate representation of color #65779B: hue angle of 220º 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 #65779B is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 119 155 -
CMYK 0.35 0.23 0 0.39
HSL 220º 0.21% 0.5% -
HSV(B) 220º 0.35% 0.61% -
XYZ 17.88 18.33 33.61 -
YUV 117.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 101 119 155 0.35 0.23 0 0.39 220 0.21 0.5
Hex 65 77 9B 23 17 0 27 DC 15 32
Octal 145 167 233 43 27 0 47 334 25 62
Binary 1100101 1110111 10011011 100011 10111 0 100111 11011100 10101 110010

Color Harmonies of #65779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65779B

Black with #65779B

Text Example


Text Example

White with #65779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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