Html Css Color HEX #6B7195 Waikawa Grey

📋 copy color: '#6B7195'

red 107 ◦ green 113 ◦ blue 149

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

Shades of Waikawa Grey #6B7195

Tints of Waikawa Grey #6B7195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 29%
G = 30.62%
B = 40.38%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B7195 (or 0x6B7195) is known color: Waikawa Grey. HEX triplet: 6B, 71 and 95. RGB value is (107,113,149). Sum of RGB (Red+Green+Blue) = 107+113+149=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B7195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7195 is #948E6A. Grayscale: #737373. Windows color (decimal): -9735787 or 9793899. OLE color: 9793899.

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

Color convert

RGB 107 113 149 -
CMYK 0.28 0.24 0 0.42
HSL 231.43º 0.17% 0.5% -
HSV(B) 231.43º 0.28% 0.58% -
XYZ 17.39 17.11 30.82 -
YUV 115.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 107 113 149 0.28 0.24 0 0.42 231.43 0.17 0.5
Hex 6B 71 95 1C 18 0 2A E7 11 32
Octal 153 161 225 34 30 0 52 347 21 62
Binary 1101011 1110001 10010101 11100 11000 0 101010 11100111 10001 110010

Color Harmonies of #6B7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7195

Black with #6B7195

Text Example


Text Example

White with #6B7195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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