Html Css Color HEX #65698F Waikawa Grey

📋 copy color: '#65698F'

red 101 ◦ green 105 ◦ blue 143

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

Shades of Waikawa Grey #65698F

Tints of Waikawa Grey #65698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.97%

R = 28.94%
G = 30.09%
B = 40.97%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65698F (or 0x65698F) is known color: Waikawa Grey. HEX triplet: 65, 69 and 8F. RGB value is (101,105,143). Sum of RGB (Red+Green+Blue) = 101+105+143=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #65698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65698F is #9A9670. Grayscale: #6B6B6B. Windows color (decimal): -10131057 or 9398629. OLE color: 9398629.

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

Color convert

RGB 101 105 143 -
CMYK 0.29 0.27 0 0.44
HSL 234.29º 0.17% 0.48% -
HSV(B) 234.29º 0.29% 0.56% -
XYZ 15.38 14.85 28.04 -
YUV 108.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 101 105 143 0.29 0.27 0 0.44 234.29 0.17 0.48
Hex 65 69 8F 1D 1B 0 2C EA 11 30
Octal 145 151 217 35 33 0 54 352 21 60
Binary 1100101 1101001 10001111 11101 11011 0 101100 11101010 10001 110000

Color Harmonies of #65698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65698F

Black with #65698F

Text Example


Text Example

White with #65698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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