Html Css Color HEX #6B7391 Waikawa Grey

📋 copy color: '#6B7391'

red 107 ◦ green 115 ◦ blue 145

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

Shades of Waikawa Grey #6B7391

Tints of Waikawa Grey #6B7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 29.16%
G = 31.34%
B = 39.51%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B7391 (or 0x6B7391) is known color: Waikawa Grey. HEX triplet: 6B, 73 and 91. RGB value is (107,115,145). Sum of RGB (Red+Green+Blue) = 107+115+145=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7391 is #948C6E. Grayscale: #737373. Windows color (decimal): -9735279 or 9532267. OLE color: 9532267.

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

Color convert

RGB 107 115 145 -
CMYK 0.26 0.21 0 0.43
HSL 227.37º 0.15% 0.49% -
HSV(B) 227.37º 0.26% 0.57% -
XYZ 17.3 17.43 29.24 -
YUV 116.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 107 115 145 0.26 0.21 0 0.43 227.37 0.15 0.49
Hex 6B 73 91 1A 15 0 2B E3 F 31
Octal 153 163 221 32 25 0 53 343 17 61
Binary 1101011 1110011 10010001 11010 10101 0 101011 11100011 1111 110001

Color Harmonies of #6B7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7391

Black with #6B7391

Text Example


Text Example

White with #6B7391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,145); }

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

background-color css

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

 a { background-color: rgb(107,115,145); }

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

border-color css

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

 span { border-color: rgb(107,115,145); }

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