Html Css Color HEX #6A6E8C Waikawa Grey

📋 copy color: '#6A6E8C'

red 106 ◦ green 110 ◦ blue 140

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

Shades of Waikawa Grey #6A6E8C

Tints of Waikawa Grey #6A6E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 29.78%
G = 30.9%
B = 39.33%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A6E8C (or 0x6A6E8C) is known color: Waikawa Grey. HEX triplet: 6A, 6E and 8C. RGB value is (106,110,140). Sum of RGB (Red+Green+Blue) = 106+110+140=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A6E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6E8C is #959173. Grayscale: #707070. Windows color (decimal): -9802100 or 9203306. OLE color: 9203306.

HSL color Cylindrical-coordinate representation of color #6A6E8C: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A6E8C is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 110 140 -
CMYK 0.24 0.21 0 0.45
HSL 232.94º 0.14% 0.48% -
HSV(B) 232.94º 0.24% 0.55% -
XYZ 16.25 16.11 27.06 -
YUV 112.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 106 110 140 0.24 0.21 0 0.45 232.94 0.14 0.48
Hex 6A 6E 8C 18 15 0 2D E9 E 30
Octal 152 156 214 30 25 0 55 351 16 60
Binary 1101010 1101110 10001100 11000 10101 0 101101 11101001 1110 110000

Color Harmonies of #6A6E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6E8C

Black with #6A6E8C

Text Example


Text Example

White with #6A6E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,110,140); }

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

background-color css

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

 a { background-color: rgb(106,110,140); }

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

border-color css

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

 span { border-color: rgb(106,110,140); }

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