Html Css Color HEX #6B799B Waikawa Grey

📋 copy color: '#6B799B'

red 107 ◦ green 121 ◦ blue 155

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

Shades of Waikawa Grey #6B799B

Tints of Waikawa Grey #6B799B

RGB

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

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

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

R = 27.94%
G = 31.59%
B = 40.47%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B799B (or 0x6B799B) is known color: Waikawa Grey. HEX triplet: 6B, 79 and 9B. RGB value is (107,121,155). Sum of RGB (Red+Green+Blue) = 107+121+155=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B799B is #948664. Grayscale: #787878. Windows color (decimal): -9733733 or 10189163. OLE color: 10189163.

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

Color convert

RGB 107 121 155 -
CMYK 0.31 0.22 0 0.39
HSL 222.5º 0.19% 0.51% -
HSV(B) 222.5º 0.31% 0.61% -
XYZ 18.82 19.17 33.72 -
YUV 120.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 107 121 155 0.31 0.22 0 0.39 222.5 0.19 0.51
Hex 6B 79 9B 1F 16 0 27 DE 13 33
Octal 153 171 233 37 26 0 47 336 23 63
Binary 1101011 1111001 10011011 11111 10110 0 100111 11011110 10011 110011

Color Harmonies of #6B799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B799B

Black with #6B799B

Text Example


Text Example

White with #6B799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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