Html Css Color HEX #69708A Waikawa Grey

📋 copy color: '#69708A'

red 105 ◦ green 112 ◦ blue 138

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

Shades of Waikawa Grey #69708A

Tints of Waikawa Grey #69708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 29.58%
G = 31.55%
B = 38.87%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69708A (or 0x69708A) is known color: Waikawa Grey. HEX triplet: 69, 70 and 8A. RGB value is (105,112,138). Sum of RGB (Red+Green+Blue) = 105+112+138=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #69708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708A is #968F75. Grayscale: #707070. Windows color (decimal): -9867126 or 9072745. OLE color: 9072745.

HSL color Cylindrical-coordinate representation of color #69708A: hue angle of 227.27º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69708A is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 112 138 -
CMYK 0.24 0.19 0 0.46
HSL 227.27º 0.14% 0.48% -
HSV(B) 227.27º 0.24% 0.54% -
XYZ 16.21 16.43 26.36 -
YUV 112.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 105 112 138 0.24 0.19 0 0.46 227.27 0.14 0.48
Hex 69 70 8A 18 13 0 2E E3 E 30
Octal 151 160 212 30 23 0 56 343 16 60
Binary 1101001 1110000 10001010 11000 10011 0 101110 11100011 1110 110000

Color Harmonies of #69708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69708A

Black with #69708A

Text Example


Text Example

White with #69708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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