Html Css Color HEX #69728F Waikawa Grey

📋 copy color: '#69728F'

red 105 ◦ green 114 ◦ blue 143

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

Shades of Waikawa Grey #69728F

Tints of Waikawa Grey #69728F

RGB

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

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

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

R = 29.01%
G = 31.49%
B = 39.5%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69728F (or 0x69728F) is known color: Waikawa Grey. HEX triplet: 69, 72 and 8F. RGB value is (105,114,143). Sum of RGB (Red+Green+Blue) = 105+114+143=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #69728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728F is #968D70. Grayscale: #727272. Windows color (decimal): -9866609 or 9400937. OLE color: 9400937.

HSL color Cylindrical-coordinate representation of color #69728F: hue angle of 225.79º 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 #69728F is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 114 143 -
CMYK 0.27 0.20 0 0.44
HSL 225.79º 0.15% 0.49% -
HSV(B) 225.79º 0.27% 0.56% -
XYZ 16.8 17.02 28.39 -
YUV 114.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 105 114 143 0.27 0.20 0 0.44 225.79 0.15 0.49
Hex 69 72 8F 1B 14 0 2C E2 F 31
Octal 151 162 217 33 24 0 54 342 17 61
Binary 1101001 1110010 10001111 11011 10100 0 101100 11100010 1111 110001

Color Harmonies of #69728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69728F

Black with #69728F

Text Example


Text Example

White with #69728F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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