Html Css Color HEX #6B7197 Waikawa Grey

📋 copy color: '#6B7197'

red 107 ◦ green 113 ◦ blue 151

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

Shades of Waikawa Grey #6B7197

Tints of Waikawa Grey #6B7197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 28.84%
G = 30.46%
B = 40.7%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B7197 (or 0x6B7197) is known color: Waikawa Grey. HEX triplet: 6B, 71 and 97. RGB value is (107,113,151). Sum of RGB (Red+Green+Blue) = 107+113+151=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B7197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7197 is #948E68. Grayscale: #737373. Windows color (decimal): -9735785 or 9924971. OLE color: 9924971.

HSL color Cylindrical-coordinate representation of color #6B7197: hue angle of 231.82º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7197 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 113 151 -
CMYK 0.29 0.25 0 0.41
HSL 231.82º 0.17% 0.51% -
HSV(B) 231.82º 0.29% 0.59% -
XYZ 17.55 17.17 31.67 -
YUV 115.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 107 113 151 0.29 0.25 0 0.41 231.82 0.17 0.51
Hex 6B 71 97 1D 19 0 29 E8 11 33
Octal 153 161 227 35 31 0 51 350 21 63
Binary 1101011 1110001 10010111 11101 11001 0 101001 11101000 10001 110011

Color Harmonies of #6B7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7197

Black with #6B7197

Text Example


Text Example

White with #6B7197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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