Html Css Color HEX #69799D Waikawa Grey

📋 copy color: '#69799D'

red 105 ◦ green 121 ◦ blue 157

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

Shades of Waikawa Grey #69799D

Tints of Waikawa Grey #69799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 27.42%
G = 31.59%
B = 40.99%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69799D (or 0x69799D) is known color: Waikawa Grey. HEX triplet: 69, 79 and 9D. RGB value is (105,121,157). Sum of RGB (Red+Green+Blue) = 105+121+157=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #69799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69799D is #968662. Grayscale: #787878. Windows color (decimal): -9864803 or 10320233. OLE color: 10320233.

HSL color Cylindrical-coordinate representation of color #69799D: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69799D is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 121 157 -
CMYK 0.33 0.23 0 0.38
HSL 221.54º 0.21% 0.51% -
HSV(B) 221.54º 0.33% 0.62% -
XYZ 18.75 19.11 34.6 -
YUV 120.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 105 121 157 0.33 0.23 0 0.38 221.54 0.21 0.51
Hex 69 79 9D 21 17 0 26 DE 15 33
Octal 151 171 235 41 27 0 46 336 25 63
Binary 1101001 1111001 10011101 100001 10111 0 100110 11011110 10101 110011

Color Harmonies of #69799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69799D

Black with #69799D

Text Example


Text Example

White with #69799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,121,157); }

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

background-color css

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

 a { background-color: rgb(105,121,157); }

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

border-color css

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

 span { border-color: rgb(105,121,157); }

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