Html Css Color HEX #69769C Waikawa Grey

📋 copy color: '#69769C'

red 105 ◦ green 118 ◦ blue 156

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

Shades of Waikawa Grey #69769C

Tints of Waikawa Grey #69769C

RGB

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

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

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

R = 27.7%
G = 31.13%
B = 41.16%

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

#69769C (or 0x69769C) is known color: Waikawa Grey. HEX triplet: 69, 76 and 9C. RGB value is (105,118,156). Sum of RGB (Red+Green+Blue) = 105+118+156=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #69769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69769C is #968963. Grayscale: #767676. Windows color (decimal): -9865572 or 10253929. OLE color: 10253929.

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

Color convert

RGB 105 118 156 -
CMYK 0.33 0.24 0 0.39
HSL 224.71º 0.2% 0.51% -
HSV(B) 224.71º 0.33% 0.61% -
XYZ 18.3 18.36 34.03 -
YUV 118.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 105 118 156 0.33 0.24 0 0.39 224.71 0.2 0.51
Hex 69 76 9C 21 18 0 27 E1 14 33
Octal 151 166 234 41 30 0 47 341 24 63
Binary 1101001 1110110 10011100 100001 11000 0 100111 11100001 10100 110011

Color Harmonies of #69769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69769C

Black with #69769C

Text Example


Text Example

White with #69769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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