Html Css Color HEX #69799C Waikawa Grey

📋 copy color: '#69799C'

red 105 ◦ green 121 ◦ blue 156

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

Shades of Waikawa Grey #69799C

Tints of Waikawa Grey #69799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 27.49%
G = 31.68%
B = 40.84%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69799C (or 0x69799C) is known color: Waikawa Grey. HEX triplet: 69, 79 and 9C. RGB value is (105,121,156). Sum of RGB (Red+Green+Blue) = 105+121+156=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #69799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69799C is #968663. Grayscale: #787878. Windows color (decimal): -9864804 or 10254697. OLE color: 10254697.

HSL color Cylindrical-coordinate representation of color #69799C: hue angle of 221.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69799C is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 121 156 -
CMYK 0.33 0.22 0 0.39
HSL 221.18º 0.2% 0.51% -
HSV(B) 221.18º 0.33% 0.61% -
XYZ 18.66 19.08 34.15 -
YUV 120.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 105 121 156 0.33 0.22 0 0.39 221.18 0.2 0.51
Hex 69 79 9C 21 16 0 27 DD 14 33
Octal 151 171 234 41 26 0 47 335 24 63
Binary 1101001 1111001 10011100 100001 10110 0 100111 11011101 10100 110011

Color Harmonies of #69799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69799C

Black with #69799C

Text Example


Text Example

White with #69799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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