Html Css Color HEX #69728E Waikawa Grey

📋 copy color: '#69728E'

red 105 ◦ green 114 ◦ blue 142

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

Shades of Waikawa Grey #69728E

Tints of Waikawa Grey #69728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 29.09%
G = 31.58%
B = 39.34%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69728E (or 0x69728E) is known color: Waikawa Grey. HEX triplet: 69, 72 and 8E. RGB value is (105,114,142). Sum of RGB (Red+Green+Blue) = 105+114+142=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #69728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728E is #968D71. Grayscale: #727272. Windows color (decimal): -9866610 or 9335401. OLE color: 9335401.

HSL color Cylindrical-coordinate representation of color #69728E: hue angle of 225.41º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69728E is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 114 142 -
CMYK 0.26 0.20 0 0.44
HSL 225.41º 0.15% 0.48% -
HSV(B) 225.41º 0.26% 0.56% -
XYZ 16.73 16.99 27.99 -
YUV 114.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 105 114 142 0.26 0.20 0 0.44 225.41 0.15 0.48
Hex 69 72 8E 1A 14 0 2C E1 F 30
Octal 151 162 216 32 24 0 54 341 17 60
Binary 1101001 1110010 10001110 11010 10100 0 101100 11100001 1111 110000

Color Harmonies of #69728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69728E

Black with #69728E

Text Example


Text Example

White with #69728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,114,142); }

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

background-color css

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

 a { background-color: rgb(105,114,142); }

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

border-color css

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

 span { border-color: rgb(105,114,142); }

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