Html Css Color HEX #69768D Waikawa Grey

📋 copy color: '#69768D'

red 105 ◦ green 118 ◦ blue 141

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

Shades of Waikawa Grey #69768D

Tints of Waikawa Grey #69768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 28.85%
G = 32.42%
B = 38.74%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69768D (or 0x69768D) is known color: Waikawa Grey. HEX triplet: 69, 76 and 8D. RGB value is (105,118,141). Sum of RGB (Red+Green+Blue) = 105+118+141=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #69768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69768D is #968972. Grayscale: #747474. Windows color (decimal): -9865587 or 9270889. OLE color: 9270889.

HSL color Cylindrical-coordinate representation of color #69768D: hue angle of 218.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69768D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 118 141 -
CMYK 0.26 0.16 0 0.45
HSL 218.33º 0.15% 0.48% -
HSV(B) 218.33º 0.26% 0.55% -
XYZ 17.11 17.88 27.75 -
YUV 116.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 105 118 141 0.26 0.16 0 0.45 218.33 0.15 0.48
Hex 69 76 8D 1A 10 0 2D DA F 30
Octal 151 166 215 32 20 0 55 332 17 60
Binary 1101001 1110110 10001101 11010 10000 0 101101 11011010 1111 110000

Color Harmonies of #69768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69768D

Black with #69768D

Text Example


Text Example

White with #69768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69768D; }

 p { color: rgb(105,118,141); }

 H1.HeaderClassName
 {
   color: #69768D;
 }
 .AnyTagClassName
 {
   color: #69768D;
 }
</style>

background-color css

<style>
 a { background-color: #69768D; }

 a { background-color: rgb(105,118,141); }

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

border-color css

<style>
 span { border-color: #69768D; }

 span { border-color: rgb(105,118,141); }

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