Html Css Color HEX #65749F Waikawa Grey

📋 copy color: '#65749F'

red 101 ◦ green 116 ◦ blue 159

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

Shades of Waikawa Grey #65749F

Tints of Waikawa Grey #65749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 26.86%
G = 30.85%
B = 42.29%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65749F (or 0x65749F) is known color: Waikawa Grey. HEX triplet: 65, 74 and 9F. RGB value is (101,116,159). Sum of RGB (Red+Green+Blue) = 101+116+159=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #65749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65749F is #9A8B60. Grayscale: #747474. Windows color (decimal): -10128225 or 10450021. OLE color: 10450021.

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

Color convert

RGB 101 116 159 -
CMYK 0.36 0.27 0 0.38
HSL 224.48º 0.23% 0.51% -
HSV(B) 224.48º 0.36% 0.62% -
XYZ 17.87 17.76 35.29 -
YUV 116.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 101 116 159 0.36 0.27 0 0.38 224.48 0.23 0.51
Hex 65 74 9F 24 1B 0 26 E0 17 33
Octal 145 164 237 44 33 0 46 340 27 63
Binary 1100101 1110100 10011111 100100 11011 0 100110 11100000 10111 110011

Color Harmonies of #65749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65749F

Black with #65749F

Text Example


Text Example

White with #65749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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