Html Css Color HEX #69769E Waikawa Grey

📋 copy color: '#69769E'

red 105 ◦ green 118 ◦ blue 158

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

Shades of Waikawa Grey #69769E

Tints of Waikawa Grey #69769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 27.56%
G = 30.97%
B = 41.47%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69769E (or 0x69769E) is known color: Waikawa Grey. HEX triplet: 69, 76 and 9E. RGB value is (105,118,158). Sum of RGB (Red+Green+Blue) = 105+118+158=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #69769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69769E is #968961. Grayscale: #767676. Windows color (decimal): -9865570 or 10385001. OLE color: 10385001.

HSL color Cylindrical-coordinate representation of color #69769E: hue angle of 225.28º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69769E is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 118 158 -
CMYK 0.34 0.25 0 0.38
HSL 225.28º 0.21% 0.52% -
HSV(B) 225.28º 0.34% 0.62% -
XYZ 18.48 18.43 34.93 -
YUV 118.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 105 118 158 0.34 0.25 0 0.38 225.28 0.21 0.52
Hex 69 76 9E 22 19 0 26 E1 15 34
Octal 151 166 236 42 31 0 46 341 25 64
Binary 1101001 1110110 10011110 100010 11001 0 100110 11100001 10101 110100

Color Harmonies of #69769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69769E

Black with #69769E

Text Example


Text Example

White with #69769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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