Html Css Color HEX #6B789B Waikawa Grey

📋 copy color: '#6B789B'

red 107 ◦ green 120 ◦ blue 155

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

Shades of Waikawa Grey #6B789B

Tints of Waikawa Grey #6B789B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 28.01%
G = 31.41%
B = 40.58%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B789B (or 0x6B789B) is known color: Waikawa Grey. HEX triplet: 6B, 78 and 9B. RGB value is (107,120,155). Sum of RGB (Red+Green+Blue) = 107+120+155=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B789B is #948764. Grayscale: #777777. Windows color (decimal): -9733989 or 10188907. OLE color: 10188907.

HSL color Cylindrical-coordinate representation of color #6B789B: hue angle of 223.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B789B is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 120 155 -
CMYK 0.31 0.23 0 0.39
HSL 223.75º 0.19% 0.51% -
HSV(B) 223.75º 0.31% 0.61% -
XYZ 18.7 18.93 33.68 -
YUV 120.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 107 120 155 0.31 0.23 0 0.39 223.75 0.19 0.51
Hex 6B 78 9B 1F 17 0 27 E0 13 33
Octal 153 170 233 37 27 0 47 340 23 63
Binary 1101011 1111000 10011011 11111 10111 0 100111 11100000 10011 110011

Color Harmonies of #6B789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B789B

Black with #6B789B

Text Example


Text Example

White with #6B789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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