Html Css Color HEX #65769D Waikawa Grey

📋 copy color: '#65769D'

red 101 ◦ green 118 ◦ blue 157

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

Shades of Waikawa Grey #65769D

Tints of Waikawa Grey #65769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 26.86%
G = 31.38%
B = 41.76%

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

#65769D (or 0x65769D) is known color: Waikawa Grey. HEX triplet: 65, 76 and 9D. RGB value is (101,118,157). Sum of RGB (Red+Green+Blue) = 101+118+157=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #65769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65769D is #9A8962. Grayscale: #757575. Windows color (decimal): -10127715 or 10319461. OLE color: 10319461.

HSL color Cylindrical-coordinate representation of color #65769D: hue angle of 221.79º degrees, saturation: 0.22, 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 #65769D is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 118 157 -
CMYK 0.36 0.25 0 0.38
HSL 221.79º 0.22% 0.51% -
HSV(B) 221.79º 0.36% 0.62% -
XYZ 17.93 18.16 34.46 -
YUV 117.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 101 118 157 0.36 0.25 0 0.38 221.79 0.22 0.51
Hex 65 76 9D 24 19 0 26 DE 16 33
Octal 145 166 235 44 31 0 46 336 26 63
Binary 1100101 1110110 10011101 100100 11001 0 100110 11011110 10110 110011

Color Harmonies of #65769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65769D

Black with #65769D

Text Example


Text Example

White with #65769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65769D; }

 p { color: rgb(101,118,157); }

 H1.HeaderClassName
 {
   color: #65769D;
 }
 .AnyTagClassName
 {
   color: #65769D;
 }
</style>

background-color css

<style>
 a { background-color: #65769D; }

 a { background-color: rgb(101,118,157); }

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

border-color css

<style>
 span { border-color: #65769D; }

 span { border-color: rgb(101,118,157); }

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