Html Css Color HEX #696E93 Waikawa Grey

📋 copy color: '#696E93'

red 105 ◦ green 110 ◦ blue 147

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

Shades of Waikawa Grey #696E93

Tints of Waikawa Grey #696E93

RGB

 RED value IS 105 (41.41% from 255) = 29.01%

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 29.01%
G = 30.39%
B = 40.61%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696E93 (or 0x696E93) is known color: Waikawa Grey. HEX triplet: 69, 6E and 93. RGB value is (105,110,147). Sum of RGB (Red+Green+Blue) = 105+110+147=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #696E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E93 is #96916C. Grayscale: #707070. Windows color (decimal): -9867629 or 9662057. OLE color: 9662057.

HSL color Cylindrical-coordinate representation of color #696E93: hue angle of 232.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696E93 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 110 147 -
CMYK 0.29 0.25 0 0.42
HSL 232.86º 0.17% 0.49% -
HSV(B) 232.86º 0.29% 0.58% -
XYZ 16.67 16.26 29.86 -
YUV 112.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 105 110 147 0.29 0.25 0 0.42 232.86 0.17 0.49
Hex 69 6E 93 1D 19 0 2A E9 11 31
Octal 151 156 223 35 31 0 52 351 21 61
Binary 1101001 1101110 10010011 11101 11001 0 101010 11101001 10001 110001

Color Harmonies of #696E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E93

Black with #696E93

Text Example


Text Example

White with #696E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E93; }

 p { color: rgb(105,110,147); }

 H1.HeaderClassName
 {
   color: #696E93;
 }
 .AnyTagClassName
 {
   color: #696E93;
 }
</style>

background-color css

<style>
 a { background-color: #696E93; }

 a { background-color: rgb(105,110,147); }

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

border-color css

<style>
 span { border-color: #696E93; }

 span { border-color: rgb(105,110,147); }

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