#6E84CA

Color #6E84CA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6E84CA

Tints of Wild Blue Yonder #6E84CA

Color information

#6E84CA (or 0x6E84CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 84 and CA. RGB value is (110,132,202). Sum of RGB (Red+Green+Blue) = 110+132+202=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E84CA is #917B35. Grayscale: #858585. Windows color (decimal): -9534262 or 13272174. OLE color: 13272174.

HSL color Cylindrical-coordinate representation of color #6E84CA: hue angle of 225.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E84CA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110132202-
CMYK0.460.3500.21
HSL225.65º46.46%61.18%-
HSV(B)225.65º45.54%79.22%-
XYZ25.3424.0859.19-
YUV133.4166.71111.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.77%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=24.77%
G=29.73%
B=45.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101322020.460.3500.21225.6546.4661.18
Hex6E84CA2E23015e22e3d
Octal15620431256430253425675
Binary1101110100001001100101010111010001101010111100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,202); }

 H1.HeaderClassName
 {
   color: #6E84CA;
 }
 .AnyTagClassName
 {
   color: #6E84CA;
 }
</style>
background-color css

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

 a { background-color: rgb(110,132,202); }

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

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

 span { border-color: rgb(110,132,202); }

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