Html Css Color HEX #6B7493 Waikawa Grey

📋 copy color: '#6B7493'

red 107 ◦ green 116 ◦ blue 147

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

Shades of Waikawa Grey #6B7493

Tints of Waikawa Grey #6B7493

RGB

 RED value IS 107 (42.19% from 255) = 28.92%

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 28.92%
G = 31.35%
B = 39.73%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B7493 (or 0x6B7493) is known color: Waikawa Grey. HEX triplet: 6B, 74 and 93. RGB value is (107,116,147). Sum of RGB (Red+Green+Blue) = 107+116+147=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B7493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7493 is #948B6C. Grayscale: #747474. Windows color (decimal): -9735021 or 9663595. OLE color: 9663595.

HSL color Cylindrical-coordinate representation of color #6B7493: hue angle of 226.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7493 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 116 147 -
CMYK 0.27 0.21 0 0.42
HSL 226.5º 0.16% 0.5% -
HSV(B) 226.5º 0.27% 0.58% -
XYZ 17.58 17.72 30.1 -
YUV 116.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 107 116 147 0.27 0.21 0 0.42 226.5 0.16 0.5
Hex 6B 74 93 1B 15 0 2A E2 10 32
Octal 153 164 223 33 25 0 52 342 20 62
Binary 1101011 1110100 10010011 11011 10101 0 101010 11100010 10000 110010

Color Harmonies of #6B7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7493

Black with #6B7493

Text Example


Text Example

White with #6B7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,147); }

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

background-color css

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

 a { background-color: rgb(107,116,147); }

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

border-color css

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

 span { border-color: rgb(107,116,147); }

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