Html Css Color HEX #69728B Waikawa Grey

📋 copy color: '#69728B'

red 105 ◦ green 114 ◦ blue 139

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

Shades of Waikawa Grey #69728B

Tints of Waikawa Grey #69728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 29.33%
G = 31.84%
B = 38.83%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69728B (or 0x69728B) is known color: Waikawa Grey. HEX triplet: 69, 72 and 8B. RGB value is (105,114,139). Sum of RGB (Red+Green+Blue) = 105+114+139=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #69728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728B is #968D74. Grayscale: #727272. Windows color (decimal): -9866613 or 9138793. OLE color: 9138793.

HSL color Cylindrical-coordinate representation of color #69728B: hue angle of 224.12º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69728B is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 114 139 -
CMYK 0.24 0.18 0 0.45
HSL 224.12º 0.14% 0.48% -
HSV(B) 224.12º 0.24% 0.55% -
XYZ 16.5 16.9 26.82 -
YUV 114.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 105 114 139 0.24 0.18 0 0.45 224.12 0.14 0.48
Hex 69 72 8B 18 12 0 2D E0 E 30
Octal 151 162 213 30 22 0 55 340 16 60
Binary 1101001 1110010 10001011 11000 10010 0 101101 11100000 1110 110000

Color Harmonies of #69728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69728B

Black with #69728B

Text Example


Text Example

White with #69728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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