Html Css Color HEX #697093 Waikawa Grey

📋 copy color: '#697093'

red 105 ◦ green 112 ◦ blue 147

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

Shades of Waikawa Grey #697093

Tints of Waikawa Grey #697093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 28.85%
G = 30.77%
B = 40.38%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697093 (or 0x697093) is known color: Waikawa Grey. HEX triplet: 69, 70 and 93. RGB value is (105,112,147). Sum of RGB (Red+Green+Blue) = 105+112+147=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #697093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697093 is #968F6C. Grayscale: #717171. Windows color (decimal): -9867117 or 9662569. OLE color: 9662569.

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

Color convert

RGB 105 112 147 -
CMYK 0.29 0.24 0 0.42
HSL 230º 0.17% 0.49% -
HSV(B) 230º 0.29% 0.58% -
XYZ 16.89 16.7 29.94 -
YUV 113.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 105 112 147 0.29 0.24 0 0.42 230 0.17 0.49
Hex 69 70 93 1D 18 0 2A E6 11 31
Octal 151 160 223 35 30 0 52 346 21 61
Binary 1101001 1110000 10010011 11101 11000 0 101010 11100110 10001 110001

Color Harmonies of #697093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697093

Black with #697093

Text Example


Text Example

White with #697093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697093; }

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

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

background-color css

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

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

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

border-color css

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

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

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