Html Css Color HEX #69748C Waikawa Grey

📋 copy color: '#69748C'

red 105 ◦ green 116 ◦ blue 140

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

Shades of Waikawa Grey #69748C

Tints of Waikawa Grey #69748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 29.09%
G = 32.13%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69748C (or 0x69748C) is known color: Waikawa Grey. HEX triplet: 69, 74 and 8C. RGB value is (105,116,140). Sum of RGB (Red+Green+Blue) = 105+116+140=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #69748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69748C is #968B73. Grayscale: #737373. Windows color (decimal): -9866100 or 9204841. OLE color: 9204841.

HSL color Cylindrical-coordinate representation of color #69748C: hue angle of 221.14º 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 #69748C is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 116 140 -
CMYK 0.25 0.17 0 0.45
HSL 221.14º 0.14% 0.48% -
HSV(B) 221.14º 0.25% 0.55% -
XYZ 16.8 17.39 27.28 -
YUV 115.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 105 116 140 0.25 0.17 0 0.45 221.14 0.14 0.48
Hex 69 74 8C 19 11 0 2D DD E 30
Octal 151 164 214 31 21 0 55 335 16 60
Binary 1101001 1110100 10001100 11001 10001 0 101101 11011101 1110 110000

Color Harmonies of #69748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69748C

Black with #69748C

Text Example


Text Example

White with #69748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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