Html Css Color HEX #6A7099 Waikawa Grey

📋 copy color: '#6A7099'

red 106 ◦ green 112 ◦ blue 153

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

Shades of Waikawa Grey #6A7099

Tints of Waikawa Grey #6A7099

RGB

 RED value IS 106 (41.8% from 255) = 28.57%

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 28.57%
G = 30.19%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A7099 (or 0x6A7099) is known color: Waikawa Grey. HEX triplet: 6A, 70 and 99. RGB value is (106,112,153). Sum of RGB (Red+Green+Blue) = 106+112+153=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A7099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7099 is #958F66. Grayscale: #727272. Windows color (decimal): -9801575 or 10055786. OLE color: 10055786.

HSL color Cylindrical-coordinate representation of color #6A7099: hue angle of 232.34º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A7099 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 112 153 -
CMYK 0.31 0.27 0 0.4
HSL 232.34º 0.19% 0.51% -
HSV(B) 232.34º 0.31% 0.6% -
XYZ 17.49 16.95 32.49 -
YUV 114.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 106 112 153 0.31 0.27 0 0.4 232.34 0.19 0.51
Hex 6A 70 99 1F 1B 0 28 E8 13 33
Octal 152 160 231 37 33 0 50 350 23 63
Binary 1101010 1110000 10011001 11111 11011 0 101000 11101000 10011 110011

Color Harmonies of #6A7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7099

Black with #6A7099

Text Example


Text Example

White with #6A7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7099; }

 p { color: rgb(106,112,153); }

 H1.HeaderClassName
 {
   color: #6A7099;
 }
 .AnyTagClassName
 {
   color: #6A7099;
 }
</style>

background-color css

<style>
 a { background-color: #6A7099; }

 a { background-color: rgb(106,112,153); }

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

border-color css

<style>
 span { border-color: #6A7099; }

 span { border-color: rgb(106,112,153); }

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