Html Css Color HEX #69779C Waikawa Grey

📋 copy color: '#69779C'

red 105 ◦ green 119 ◦ blue 156

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

Shades of Waikawa Grey #69779C

Tints of Waikawa Grey #69779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 27.63%
G = 31.32%
B = 41.05%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69779C (or 0x69779C) is known color: Waikawa Grey. HEX triplet: 69, 77 and 9C. RGB value is (105,119,156). Sum of RGB (Red+Green+Blue) = 105+119+156=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #69779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69779C is #968863. Grayscale: #767676. Windows color (decimal): -9865316 or 10254185. OLE color: 10254185.

HSL color Cylindrical-coordinate representation of color #69779C: hue angle of 223.53º 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 #69779C is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 119 156 -
CMYK 0.33 0.24 0 0.39
HSL 223.53º 0.2% 0.51% -
HSV(B) 223.53º 0.33% 0.61% -
XYZ 18.42 18.6 34.07 -
YUV 119.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 105 119 156 0.33 0.24 0 0.39 223.53 0.2 0.51
Hex 69 77 9C 21 18 0 27 E0 14 33
Octal 151 167 234 41 30 0 47 340 24 63
Binary 1101001 1110111 10011100 100001 11000 0 100111 11100000 10100 110011

Color Harmonies of #69779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69779C

Black with #69779C

Text Example


Text Example

White with #69779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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