Html Css Color HEX #696D93 Waikawa Grey

📋 copy color: '#696D93'

red 105 ◦ green 109 ◦ blue 147

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

Shades of Waikawa Grey #696D93

Tints of Waikawa Grey #696D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 29.09%
G = 30.19%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696D93 (or 0x696D93) is known color: Waikawa Grey. HEX triplet: 69, 6D and 93. RGB value is (105,109,147). Sum of RGB (Red+Green+Blue) = 105+109+147=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #696D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D93 is #96926C. Grayscale: #6F6F6F. Windows color (decimal): -9867885 or 9661801. OLE color: 9661801.

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

Color convert

RGB 105 109 147 -
CMYK 0.29 0.26 0 0.42
HSL 234.29º 0.17% 0.49% -
HSV(B) 234.29º 0.29% 0.58% -
XYZ 16.56 16.05 29.83 -
YUV 112.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 105 109 147 0.29 0.26 0 0.42 234.29 0.17 0.49
Hex 69 6D 93 1D 1A 0 2A EA 11 31
Octal 151 155 223 35 32 0 52 352 21 61
Binary 1101001 1101101 10010011 11101 11010 0 101010 11101010 10001 110001

Color Harmonies of #696D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D93

Black with #696D93

Text Example


Text Example

White with #696D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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