#6E84CF

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

Shades of Wild Blue Yonder #6E84CF

Tints of Wild Blue Yonder #6E84CF

Color information

#6E84CF (or 0x6E84CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 84 and CF. RGB value is (110,132,207). Sum of RGB (Red+Green+Blue) = 110+132+207=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E84CF is #917B30. Grayscale: #858585. Windows color (decimal): -9534257 or 13599854. OLE color: 13599854.

HSL color Cylindrical-coordinate representation of color #6E84CF: hue angle of 226.39º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E84CF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110132207-
CMYK0.470.3600.19
HSL226.39º50.26%62.16%-
HSV(B)226.39º46.86%81.18%-
XYZ25.9424.3262.36-
YUV133.97169.21110.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=24.50%
G=29.40%
B=46.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101322070.470.3600.19226.3950.2662.16
Hex6E84CF2F24013e2323e
Octal15620431757440233426276
Binary1101110100001001100111110111110010001001111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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