Html Css Color HEX #69759C Waikawa Grey

📋 copy color: '#69759C'

red 105 ◦ green 117 ◦ blue 156

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

Shades of Waikawa Grey #69759C

Tints of Waikawa Grey #69759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 27.78%
G = 30.95%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69759C (or 0x69759C) is known color: Waikawa Grey. HEX triplet: 69, 75 and 9C. RGB value is (105,117,156). Sum of RGB (Red+Green+Blue) = 105+117+156=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #69759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69759C is #968A63. Grayscale: #757575. Windows color (decimal): -9865828 or 10253673. OLE color: 10253673.

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

Color convert

RGB 105 117 156 -
CMYK 0.33 0.25 0 0.39
HSL 225.88º 0.2% 0.51% -
HSV(B) 225.88º 0.33% 0.61% -
XYZ 18.19 18.13 33.99 -
YUV 117.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 105 117 156 0.33 0.25 0 0.39 225.88 0.2 0.51
Hex 69 75 9C 21 19 0 27 E2 14 33
Octal 151 165 234 41 31 0 47 342 24 63
Binary 1101001 1110101 10011100 100001 11001 0 100111 11100010 10100 110011

Color Harmonies of #69759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69759C

Black with #69759C

Text Example


Text Example

White with #69759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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