Html Css Color HEX #6B799D Waikawa Grey

📋 copy color: '#6B799D'

red 107 ◦ green 121 ◦ blue 157

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

Shades of Waikawa Grey #6B799D

Tints of Waikawa Grey #6B799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 27.79%
G = 31.43%
B = 40.78%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B799D (or 0x6B799D) is known color: Waikawa Grey. HEX triplet: 6B, 79 and 9D. RGB value is (107,121,157). Sum of RGB (Red+Green+Blue) = 107+121+157=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B799D is #948662. Grayscale: #787878. Windows color (decimal): -9733731 or 10320235. OLE color: 10320235.

HSL color Cylindrical-coordinate representation of color #6B799D: hue angle of 223.2º 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 #6B799D is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 121 157 -
CMYK 0.32 0.23 0 0.38
HSL 223.2º 0.2% 0.52% -
HSV(B) 223.2º 0.32% 0.62% -
XYZ 18.99 19.23 34.61 -
YUV 120.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 107 121 157 0.32 0.23 0 0.38 223.2 0.2 0.52
Hex 6B 79 9D 20 17 0 26 DF 14 34
Octal 153 171 235 40 27 0 46 337 24 64
Binary 1101011 1111001 10011101 100000 10111 0 100110 11011111 10100 110100

Color Harmonies of #6B799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B799D

Black with #6B799D

Text Example


Text Example

White with #6B799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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