Html Css Color HEX #69759D Waikawa Grey

📋 copy color: '#69759D'

red 105 ◦ green 117 ◦ blue 157

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

Shades of Waikawa Grey #69759D

Tints of Waikawa Grey #69759D

RGB

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

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

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

R = 27.7%
G = 30.87%
B = 41.42%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69759D (or 0x69759D) is known color: Waikawa Grey. HEX triplet: 69, 75 and 9D. RGB value is (105,117,157). Sum of RGB (Red+Green+Blue) = 105+117+157=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #69759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69759D is #968A62. Grayscale: #757575. Windows color (decimal): -9865827 or 10319209. OLE color: 10319209.

HSL color Cylindrical-coordinate representation of color #69759D: hue angle of 226.15º 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 #69759D is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 117 157 -
CMYK 0.33 0.25 0 0.38
HSL 226.15º 0.21% 0.51% -
HSV(B) 226.15º 0.33% 0.62% -
XYZ 18.27 18.16 34.44 -
YUV 117.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 105 117 157 0.33 0.25 0 0.38 226.15 0.21 0.51
Hex 69 75 9D 21 19 0 26 E2 15 33
Octal 151 165 235 41 31 0 46 342 25 63
Binary 1101001 1110101 10011101 100001 11001 0 100110 11100010 10101 110011

Color Harmonies of #69759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69759D

Black with #69759D

Text Example


Text Example

White with #69759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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