Html Css Color HEX #6B7490 Waikawa Grey

📋 copy color: '#6B7490'

red 107 ◦ green 116 ◦ blue 144

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

Shades of Waikawa Grey #6B7490

Tints of Waikawa Grey #6B7490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 29.16%
G = 31.61%
B = 39.24%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B7490 (or 0x6B7490) is known color: Waikawa Grey. HEX triplet: 6B, 74 and 90. RGB value is (107,116,144). Sum of RGB (Red+Green+Blue) = 107+116+144=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B7490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7490 is #948B6F. Grayscale: #747474. Windows color (decimal): -9735024 or 9466987. OLE color: 9466987.

HSL color Cylindrical-coordinate representation of color #6B7490: hue angle of 225.41º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7490 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 116 144 -
CMYK 0.26 0.19 0 0.44
HSL 225.41º 0.15% 0.49% -
HSV(B) 225.41º 0.26% 0.56% -
XYZ 17.34 17.63 28.87 -
YUV 116.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 107 116 144 0.26 0.19 0 0.44 225.41 0.15 0.49
Hex 6B 74 90 1A 13 0 2C E1 F 31
Octal 153 164 220 32 23 0 54 341 17 61
Binary 1101011 1110100 10010000 11010 10011 0 101100 11100001 1111 110001

Color Harmonies of #6B7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7490

Black with #6B7490

Text Example


Text Example

White with #6B7490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,144); }

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

background-color css

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

 a { background-color: rgb(107,116,144); }

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

border-color css

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

 span { border-color: rgb(107,116,144); }

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