Html Css Color HEX #69738C Waikawa Grey

📋 copy color: '#69738C'

red 105 ◦ green 115 ◦ blue 140

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

Shades of Waikawa Grey #69738C

Tints of Waikawa Grey #69738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 29.17%
G = 31.94%
B = 38.89%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69738C (or 0x69738C) is known color: Waikawa Grey. HEX triplet: 69, 73 and 8C. RGB value is (105,115,140). Sum of RGB (Red+Green+Blue) = 105+115+140=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #69738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69738C is #968C73. Grayscale: #727272. Windows color (decimal): -9866356 or 9204585. OLE color: 9204585.

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

Color convert

RGB 105 115 140 -
CMYK 0.25 0.18 0 0.45
HSL 222.86º 0.14% 0.48% -
HSV(B) 222.86º 0.25% 0.55% -
XYZ 16.69 17.16 27.24 -
YUV 114.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 105 115 140 0.25 0.18 0 0.45 222.86 0.14 0.48
Hex 69 73 8C 19 12 0 2D DF E 30
Octal 151 163 214 31 22 0 55 337 16 60
Binary 1101001 1110011 10001100 11001 10010 0 101101 11011111 1110 110000

Color Harmonies of #69738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69738C

Black with #69738C

Text Example


Text Example

White with #69738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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