Html Css Color HEX #69749D Waikawa Grey

📋 copy color: '#69749D'

red 105 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #69749D

Tints of Waikawa Grey #69749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 27.78%
G = 30.69%
B = 41.53%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69749D (or 0x69749D) is known color: Waikawa Grey. HEX triplet: 69, 74 and 9D. RGB value is (105,116,157). Sum of RGB (Red+Green+Blue) = 105+116+157=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #69749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69749D is #968B62. Grayscale: #757575. Windows color (decimal): -9866083 or 10318953. OLE color: 10318953.

HSL color Cylindrical-coordinate representation of color #69749D: hue angle of 227.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69749D is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 116 157 -
CMYK 0.33 0.26 0 0.38
HSL 227.31º 0.21% 0.51% -
HSV(B) 227.31º 0.33% 0.62% -
XYZ 18.16 17.93 34.4 -
YUV 117.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 105 116 157 0.33 0.26 0 0.38 227.31 0.21 0.51
Hex 69 74 9D 21 1A 0 26 E3 15 33
Octal 151 164 235 41 32 0 46 343 25 63
Binary 1101001 1110100 10011101 100001 11010 0 100110 11100011 10101 110011

Color Harmonies of #69749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69749D

Black with #69749D

Text Example


Text Example

White with #69749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69749D; }

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

 H1.HeaderClassName
 {
   color: #69749D;
 }
 .AnyTagClassName
 {
   color: #69749D;
 }
</style>

background-color css

<style>
 a { background-color: #69749D; }

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

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

border-color css

<style>
 span { border-color: #69749D; }

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

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