Html Css Color HEX #69709B Waikawa Grey

📋 copy color: '#69709B'

red 105 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #69709B

Tints of Waikawa Grey #69709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 28.23%
G = 30.11%
B = 41.67%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69709B (or 0x69709B) is known color: Waikawa Grey. HEX triplet: 69, 70 and 9B. RGB value is (105,112,155). Sum of RGB (Red+Green+Blue) = 105+112+155=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #69709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69709B is #968F64. Grayscale: #727272. Windows color (decimal): -9867109 or 10186857. OLE color: 10186857.

HSL color Cylindrical-coordinate representation of color #69709B: hue angle of 231.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69709B is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 112 155 -
CMYK 0.32 0.28 0 0.39
HSL 231.6º 0.2% 0.51% -
HSV(B) 231.6º 0.32% 0.61% -
XYZ 17.54 16.96 33.36 -
YUV 114.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 105 112 155 0.32 0.28 0 0.39 231.6 0.2 0.51
Hex 69 70 9B 20 1C 0 27 E8 14 33
Octal 151 160 233 40 34 0 47 350 24 63
Binary 1101001 1110000 10011011 100000 11100 0 100111 11101000 10100 110011

Color Harmonies of #69709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69709B

Black with #69709B

Text Example


Text Example

White with #69709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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