Html Css Color HEX #65769F Waikawa Grey

📋 copy color: '#65769F'

red 101 ◦ green 118 ◦ blue 159

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

Shades of Waikawa Grey #65769F

Tints of Waikawa Grey #65769F

RGB

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

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

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

R = 26.72%
G = 31.22%
B = 42.06%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65769F (or 0x65769F) is known color: Waikawa Grey. HEX triplet: 65, 76 and 9F. RGB value is (101,118,159). Sum of RGB (Red+Green+Blue) = 101+118+159=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #65769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65769F is #9A8960. Grayscale: #757575. Windows color (decimal): -10127713 or 10450533. OLE color: 10450533.

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

Color convert

RGB 101 118 159 -
CMYK 0.36 0.26 0 0.38
HSL 222.41º 0.23% 0.51% -
HSV(B) 222.41º 0.36% 0.62% -
XYZ 18.1 18.23 35.36 -
YUV 117.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 101 118 159 0.36 0.26 0 0.38 222.41 0.23 0.51
Hex 65 76 9F 24 1A 0 26 DE 17 33
Octal 145 166 237 44 32 0 46 336 27 63
Binary 1100101 1110110 10011111 100100 11010 0 100110 11011110 10111 110011

Color Harmonies of #65769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65769F

Black with #65769F

Text Example


Text Example

White with #65769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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