Html Css Color HEX #6B7697 Waikawa Grey

📋 copy color: '#6B7697'

red 107 ◦ green 118 ◦ blue 151

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

Shades of Waikawa Grey #6B7697

Tints of Waikawa Grey #6B7697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 28.46%
G = 31.38%
B = 40.16%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B7697 (or 0x6B7697) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 97. RGB value is (107,118,151). Sum of RGB (Red+Green+Blue) = 107+118+151=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B7697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7697 is #948968. Grayscale: #767676. Windows color (decimal): -9734505 or 9926251. OLE color: 9926251.

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

Color convert

RGB 107 118 151 -
CMYK 0.29 0.22 0 0.41
HSL 225º 0.17% 0.51% -
HSV(B) 225º 0.29% 0.59% -
XYZ 18.13 18.32 31.86 -
YUV 118.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 107 118 151 0.29 0.22 0 0.41 225 0.17 0.51
Hex 6B 76 97 1D 16 0 29 E1 11 33
Octal 153 166 227 35 26 0 51 341 21 63
Binary 1101011 1110110 10010111 11101 10110 0 101001 11100001 10001 110011

Color Harmonies of #6B7697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7697

Black with #6B7697

Text Example


Text Example

White with #6B7697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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