Html Css Color HEX #6B789D Waikawa Grey

📋 copy color: '#6B789D'

red 107 ◦ green 120 ◦ blue 157

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

Shades of Waikawa Grey #6B789D

Tints of Waikawa Grey #6B789D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 27.86%
G = 31.25%
B = 40.89%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B789D (or 0x6B789D) is known color: Waikawa Grey. HEX triplet: 6B, 78 and 9D. RGB value is (107,120,157). Sum of RGB (Red+Green+Blue) = 107+120+157=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B789D is #948762. Grayscale: #787878. Windows color (decimal): -9733987 or 10319979. OLE color: 10319979.

HSL color Cylindrical-coordinate representation of color #6B789D: hue angle of 224.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B789D is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 120 157 -
CMYK 0.32 0.24 0 0.38
HSL 224.4º 0.2% 0.52% -
HSV(B) 224.4º 0.32% 0.62% -
XYZ 18.87 18.99 34.57 -
YUV 120.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 107 120 157 0.32 0.24 0 0.38 224.4 0.2 0.52
Hex 6B 78 9D 20 18 0 26 E0 14 34
Octal 153 170 235 40 30 0 46 340 24 64
Binary 1101011 1111000 10011101 100000 11000 0 100110 11100000 10100 110100

Color Harmonies of #6B789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B789D

Black with #6B789D

Text Example


Text Example

White with #6B789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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