Html Css Color HEX #65709B Waikawa Grey

📋 copy color: '#65709B'

red 101 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #65709B

Tints of Waikawa Grey #65709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

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

R = 27.45%
G = 30.43%
B = 42.12%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65709B (or 0x65709B) is known color: Waikawa Grey. HEX triplet: 65, 70 and 9B. RGB value is (101,112,155). Sum of RGB (Red+Green+Blue) = 101+112+155=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #65709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65709B is #9A8F64. Grayscale: #717171. Windows color (decimal): -10129253 or 10186853. OLE color: 10186853.

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

Color convert

RGB 101 112 155 -
CMYK 0.35 0.28 0 0.39
HSL 227.78º 0.21% 0.5% -
HSV(B) 227.78º 0.35% 0.61% -
XYZ 17.08 16.72 33.34 -
YUV 113.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 101 112 155 0.35 0.28 0 0.39 227.78 0.21 0.5
Hex 65 70 9B 23 1C 0 27 E4 15 32
Octal 145 160 233 43 34 0 47 344 25 62
Binary 1100101 1110000 10011011 100011 11100 0 100111 11100100 10101 110010

Color Harmonies of #65709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65709B

Black with #65709B

Text Example


Text Example

White with #65709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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