Html Css Color HEX #69759B Waikawa Grey

📋 copy color: '#69759B'

red 105 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #69759B

Tints of Waikawa Grey #69759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 27.85%
G = 31.03%
B = 41.11%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69759B (or 0x69759B) is known color: Waikawa Grey. HEX triplet: 69, 75 and 9B. RGB value is (105,117,155). Sum of RGB (Red+Green+Blue) = 105+117+155=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #69759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69759B is #968A64. Grayscale: #757575. Windows color (decimal): -9865829 or 10188137. OLE color: 10188137.

HSL color Cylindrical-coordinate representation of color #69759B: hue angle of 225.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69759B is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 117 155 -
CMYK 0.32 0.25 0 0.39
HSL 225.6º 0.2% 0.51% -
HSV(B) 225.6º 0.32% 0.61% -
XYZ 18.1 18.09 33.55 -
YUV 117.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 105 117 155 0.32 0.25 0 0.39 225.6 0.2 0.51
Hex 69 75 9B 20 19 0 27 E2 14 33
Octal 151 165 233 40 31 0 47 342 24 63
Binary 1101001 1110101 10011011 100000 11001 0 100111 11100010 10100 110011

Color Harmonies of #69759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69759B

Black with #69759B

Text Example


Text Example

White with #69759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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