Html Css Color HEX #6A708F Waikawa Grey

📋 copy color: '#6A708F'

red 106 ◦ green 112 ◦ blue 143

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

Shades of Waikawa Grey #6A708F

Tints of Waikawa Grey #6A708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 29.36%
G = 31.02%
B = 39.61%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A708F (or 0x6A708F) is known color: Waikawa Grey. HEX triplet: 6A, 70 and 8F. RGB value is (106,112,143). Sum of RGB (Red+Green+Blue) = 106+112+143=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A708F is #958F70. Grayscale: #717171. Windows color (decimal): -9801585 or 9400426. OLE color: 9400426.

HSL color Cylindrical-coordinate representation of color #6A708F: hue angle of 230.27º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A708F is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 112 143 -
CMYK 0.26 0.22 0 0.44
HSL 230.27º 0.15% 0.49% -
HSV(B) 230.27º 0.26% 0.56% -
XYZ 16.7 16.64 28.32 -
YUV 113.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 106 112 143 0.26 0.22 0 0.44 230.27 0.15 0.49
Hex 6A 70 8F 1A 16 0 2C E6 F 31
Octal 152 160 217 32 26 0 54 346 17 61
Binary 1101010 1110000 10001111 11010 10110 0 101100 11100110 1111 110001

Color Harmonies of #6A708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A708F

Black with #6A708F

Text Example


Text Example

White with #6A708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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