Html Css Color HEX #69758C Waikawa Grey

📋 copy color: '#69758C'

red 105 ◦ green 117 ◦ blue 140

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

Shades of Waikawa Grey #69758C

Tints of Waikawa Grey #69758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 29.01%
G = 32.32%
B = 38.67%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69758C (or 0x69758C) is known color: Waikawa Grey. HEX triplet: 69, 75 and 8C. RGB value is (105,117,140). Sum of RGB (Red+Green+Blue) = 105+117+140=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #69758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69758C is #968A73. Grayscale: #737373. Windows color (decimal): -9865844 or 9205097. OLE color: 9205097.

HSL color Cylindrical-coordinate representation of color #69758C: hue angle of 219.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69758C is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 117 140 -
CMYK 0.25 0.16 0 0.45
HSL 219.43º 0.14% 0.48% -
HSV(B) 219.43º 0.25% 0.55% -
XYZ 16.92 17.62 27.32 -
YUV 116.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 105 117 140 0.25 0.16 0 0.45 219.43 0.14 0.48
Hex 69 75 8C 19 10 0 2D DB E 30
Octal 151 165 214 31 20 0 55 333 16 60
Binary 1101001 1110101 10001100 11001 10000 0 101101 11011011 1110 110000

Color Harmonies of #69758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69758C

Black with #69758C

Text Example


Text Example

White with #69758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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