Html Css Color HEX #6B7897 Waikawa Grey

📋 copy color: '#6B7897'

red 107 ◦ green 120 ◦ blue 151

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

Shades of Waikawa Grey #6B7897

Tints of Waikawa Grey #6B7897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 28.31%
G = 31.75%
B = 39.95%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B7897 (or 0x6B7897) is known color: Waikawa Grey. HEX triplet: 6B, 78 and 97. RGB value is (107,120,151). Sum of RGB (Red+Green+Blue) = 107+120+151=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B7897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7897 is #948768. Grayscale: #777777. Windows color (decimal): -9733993 or 9926763. OLE color: 9926763.

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

Color convert

RGB 107 120 151 -
CMYK 0.29 0.21 0 0.41
HSL 222.27º 0.17% 0.51% -
HSV(B) 222.27º 0.29% 0.59% -
XYZ 18.37 18.79 31.94 -
YUV 119.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 107 120 151 0.29 0.21 0 0.41 222.27 0.17 0.51
Hex 6B 78 97 1D 15 0 29 DE 11 33
Octal 153 170 227 35 25 0 51 336 21 63
Binary 1101011 1111000 10010111 11101 10101 0 101001 11011110 10001 110011

Color Harmonies of #6B7897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7897

Black with #6B7897

Text Example


Text Example

White with #6B7897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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