Html Css Color HEX #6A7098 Waikawa Grey

📋 copy color: '#6A7098'

red 106 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #6A7098

Tints of Waikawa Grey #6A7098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 28.65%
G = 30.27%
B = 41.08%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A7098 (or 0x6A7098) is known color: Waikawa Grey. HEX triplet: 6A, 70 and 98. RGB value is (106,112,152). Sum of RGB (Red+Green+Blue) = 106+112+152=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7098 is #958F67. Grayscale: #727272. Windows color (decimal): -9801576 or 9990250. OLE color: 9990250.

HSL color Cylindrical-coordinate representation of color #6A7098: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A7098 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 112 152 -
CMYK 0.30 0.26 0 0.40
HSL 232.17º 0.18% 0.51% -
HSV(B) 232.17º 0.3% 0.6% -
XYZ 17.41 16.92 32.05 -
YUV 114.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 106 112 152 0.30 0.26 0 0.40 232.17 0.18 0.51
Hex 6A 70 98 1E 1A 0 28 E8 12 33
Octal 152 160 230 36 32 0 50 350 22 63
Binary 1101010 1110000 10011000 11110 11010 0 101000 11101000 10010 110011

Color Harmonies of #6A7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7098

Black with #6A7098

Text Example


Text Example

White with #6A7098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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