Html Css Color HEX #69759A Waikawa Grey

📋 copy color: '#69759A'

red 105 ◦ green 117 ◦ blue 154

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

Shades of Waikawa Grey #69759A

Tints of Waikawa Grey #69759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 27.93%
G = 31.12%
B = 40.96%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69759A (or 0x69759A) is known color: Waikawa Grey. HEX triplet: 69, 75 and 9A. RGB value is (105,117,154). Sum of RGB (Red+Green+Blue) = 105+117+154=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #69759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69759A is #968A65. Grayscale: #757575. Windows color (decimal): -9865830 or 10122601. OLE color: 10122601.

HSL color Cylindrical-coordinate representation of color #69759A: hue angle of 225.31º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69759A is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 117 154 -
CMYK 0.32 0.24 0 0.40
HSL 225.31º 0.2% 0.51% -
HSV(B) 225.31º 0.32% 0.6% -
XYZ 18.02 18.06 33.11 -
YUV 117.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 105 117 154 0.32 0.24 0 0.40 225.31 0.2 0.51
Hex 69 75 9A 20 18 0 28 E1 14 33
Octal 151 165 232 40 30 0 50 341 24 63
Binary 1101001 1110101 10011010 100000 11000 0 101000 11100001 10100 110011

Color Harmonies of #69759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69759A

Black with #69759A

Text Example


Text Example

White with #69759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69759A; }

 p { color: rgb(105,117,154); }

 H1.HeaderClassName
 {
   color: #69759A;
 }
 .AnyTagClassName
 {
   color: #69759A;
 }
</style>

background-color css

<style>
 a { background-color: #69759A; }

 a { background-color: rgb(105,117,154); }

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

border-color css

<style>
 span { border-color: #69759A; }

 span { border-color: rgb(105,117,154); }

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