Html Css Color HEX #69749E Waikawa Grey

📋 copy color: '#69749E'

red 105 ◦ green 116 ◦ blue 158

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

Shades of Waikawa Grey #69749E

Tints of Waikawa Grey #69749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 27.7%
G = 30.61%
B = 41.69%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69749E (or 0x69749E) is known color: Waikawa Grey. HEX triplet: 69, 74 and 9E. RGB value is (105,116,158). Sum of RGB (Red+Green+Blue) = 105+116+158=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #69749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69749E is #968B61. Grayscale: #757575. Windows color (decimal): -9866082 or 10384489. OLE color: 10384489.

HSL color Cylindrical-coordinate representation of color #69749E: hue angle of 227.55º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69749E is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 116 158 -
CMYK 0.34 0.27 0 0.38
HSL 227.55º 0.21% 0.52% -
HSV(B) 227.55º 0.34% 0.62% -
XYZ 18.24 17.96 34.85 -
YUV 117.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 105 116 158 0.34 0.27 0 0.38 227.55 0.21 0.52
Hex 69 74 9E 22 1B 0 26 E4 15 34
Octal 151 164 236 42 33 0 46 344 25 64
Binary 1101001 1110100 10011110 100010 11011 0 100110 11100100 10101 110100

Color Harmonies of #69749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69749E

Black with #69749E

Text Example


Text Example

White with #69749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,116,158); }

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

background-color css

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

 a { background-color: rgb(105,116,158); }

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

border-color css

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

 span { border-color: rgb(105,116,158); }

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