Html Css Color HEX #6B7191 Waikawa Grey

📋 copy color: '#6B7191'

red 107 ◦ green 113 ◦ blue 145

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

Shades of Waikawa Grey #6B7191

Tints of Waikawa Grey #6B7191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

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

R = 29.32%
G = 30.96%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B7191 (or 0x6B7191) is known color: Waikawa Grey. HEX triplet: 6B, 71 and 91. RGB value is (107,113,145). Sum of RGB (Red+Green+Blue) = 107+113+145=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7191 is #948E6E. Grayscale: #727272. Windows color (decimal): -9735791 or 9531755. OLE color: 9531755.

HSL color Cylindrical-coordinate representation of color #6B7191: hue angle of 230.53º 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 #6B7191 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 113 145 -
CMYK 0.26 0.22 0 0.43
HSL 230.53º 0.15% 0.49% -
HSV(B) 230.53º 0.26% 0.57% -
XYZ 17.08 16.98 29.17 -
YUV 114.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 107 113 145 0.26 0.22 0 0.43 230.53 0.15 0.49
Hex 6B 71 91 1A 16 0 2B E7 F 31
Octal 153 161 221 32 26 0 53 347 17 61
Binary 1101011 1110001 10010001 11010 10110 0 101011 11100111 1111 110001

Color Harmonies of #6B7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7191

Black with #6B7191

Text Example


Text Example

White with #6B7191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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