Html Css Color HEX #6A6E8B Waikawa Grey

📋 copy color: '#6A6E8B'

red 106 ◦ green 110 ◦ blue 139

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

Shades of Waikawa Grey #6A6E8B

Tints of Waikawa Grey #6A6E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 29.86%
G = 30.99%
B = 39.15%

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

#6A6E8B (or 0x6A6E8B) is known color: Waikawa Grey. HEX triplet: 6A, 6E and 8B. RGB value is (106,110,139). Sum of RGB (Red+Green+Blue) = 106+110+139=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A6E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6E8B is #959174. Grayscale: #6F6F6F. Windows color (decimal): -9802101 or 9137770. OLE color: 9137770.

HSL color Cylindrical-coordinate representation of color #6A6E8B: hue angle of 232.73º degrees, saturation: 0.13, 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 #6A6E8B is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 110 139 -
CMYK 0.24 0.21 0 0.45
HSL 232.73º 0.13% 0.48% -
HSV(B) 232.73º 0.24% 0.55% -
XYZ 16.18 16.08 26.68 -
YUV 112.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 106 110 139 0.24 0.21 0 0.45 232.73 0.13 0.48
Hex 6A 6E 8B 18 15 0 2D E9 D 30
Octal 152 156 213 30 25 0 55 351 15 60
Binary 1101010 1101110 10001011 11000 10101 0 101101 11101001 1101 110000

Color Harmonies of #6A6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6E8B

Black with #6A6E8B

Text Example


Text Example

White with #6A6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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