Html Css Color HEX #65698E Waikawa Grey

📋 copy color: '#65698E'

red 101 ◦ green 105 ◦ blue 142

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

Shades of Waikawa Grey #65698E

Tints of Waikawa Grey #65698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 29.02%
G = 30.17%
B = 40.8%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65698E (or 0x65698E) is known color: Waikawa Grey. HEX triplet: 65, 69 and 8E. RGB value is (101,105,142). Sum of RGB (Red+Green+Blue) = 101+105+142=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #65698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65698E is #9A9671. Grayscale: #6B6B6B. Windows color (decimal): -10131058 or 9333093. OLE color: 9333093.

HSL color Cylindrical-coordinate representation of color #65698E: hue angle of 234.15º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65698E is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 105 142 -
CMYK 0.29 0.26 0 0.44
HSL 234.15º 0.17% 0.48% -
HSV(B) 234.15º 0.29% 0.56% -
XYZ 15.3 14.82 27.65 -
YUV 108.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 101 105 142 0.29 0.26 0 0.44 234.15 0.17 0.48
Hex 65 69 8E 1D 1A 0 2C EA 11 30
Octal 145 151 216 35 32 0 54 352 21 60
Binary 1100101 1101001 10001110 11101 11010 0 101100 11101010 10001 110000

Color Harmonies of #65698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65698E

Black with #65698E

Text Example


Text Example

White with #65698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65698E; }

 p { color: rgb(101,105,142); }

 H1.HeaderClassName
 {
   color: #65698E;
 }
 .AnyTagClassName
 {
   color: #65698E;
 }
</style>

background-color css

<style>
 a { background-color: #65698E; }

 a { background-color: rgb(101,105,142); }

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

border-color css

<style>
 span { border-color: #65698E; }

 span { border-color: rgb(101,105,142); }

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