Html Css Color HEX #65739B Waikawa Grey

📋 copy color: '#65739B'

red 101 ◦ green 115 ◦ blue 155

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

Shades of Waikawa Grey #65739B

Tints of Waikawa Grey #65739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

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

R = 27.22%
G = 31%
B = 41.78%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65739B (or 0x65739B) is known color: Waikawa Grey. HEX triplet: 65, 73 and 9B. RGB value is (101,115,155). Sum of RGB (Red+Green+Blue) = 101+115+155=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #65739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739B is #9A8C64. Grayscale: #737373. Windows color (decimal): -10128485 or 10187621. OLE color: 10187621.

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

Color convert

RGB 101 115 155 -
CMYK 0.35 0.26 0 0.39
HSL 224.44º 0.21% 0.5% -
HSV(B) 224.44º 0.35% 0.61% -
XYZ 17.41 17.39 33.45 -
YUV 115.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 101 115 155 0.35 0.26 0 0.39 224.44 0.21 0.5
Hex 65 73 9B 23 1A 0 27 E0 15 32
Octal 145 163 233 43 32 0 47 340 25 62
Binary 1100101 1110011 10011011 100011 11010 0 100111 11100000 10101 110010

Color Harmonies of #65739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65739B

Black with #65739B

Text Example


Text Example

White with #65739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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