Html Css Color HEX #69708F Waikawa Grey

📋 copy color: '#69708F'

red 105 ◦ green 112 ◦ blue 143

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

Shades of Waikawa Grey #69708F

Tints of Waikawa Grey #69708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 29.17%
G = 31.11%
B = 39.72%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69708F (or 0x69708F) is known color: Waikawa Grey. HEX triplet: 69, 70 and 8F. RGB value is (105,112,143). Sum of RGB (Red+Green+Blue) = 105+112+143=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #69708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708F is #968F70. Grayscale: #717171. Windows color (decimal): -9867121 or 9400425. OLE color: 9400425.

HSL color Cylindrical-coordinate representation of color #69708F: hue angle of 228.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69708F is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 112 143 -
CMYK 0.27 0.22 0 0.44
HSL 228.95º 0.15% 0.49% -
HSV(B) 228.95º 0.27% 0.56% -
XYZ 16.58 16.57 28.31 -
YUV 113.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 105 112 143 0.27 0.22 0 0.44 228.95 0.15 0.49
Hex 69 70 8F 1B 16 0 2C E5 F 31
Octal 151 160 217 33 26 0 54 345 17 61
Binary 1101001 1110000 10001111 11011 10110 0 101100 11100101 1111 110001

Color Harmonies of #69708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69708F

Black with #69708F

Text Example


Text Example

White with #69708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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