#6e7dd4

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

Shades of Wild Blue Yonder #6E7DD4

Tints of Wild Blue Yonder #6E7DD4

Color information

#6E7DD4 (or 0x6E7DD4) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7D and D4. RGB value is (110,125,212). Sum of RGB (Red+Green+Blue) = 110+125+212=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #6E7DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DD4 is #91822B. Grayscale: #828282. Windows color (decimal): -9536044 or 13925742. OLE color: 13925742.

HSL color Cylindrical-coordinate representation of color #6E7DD4: hue angle of 231.18º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E7DD4 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB110125212-
CMYK0.480.4100.17
HSL231.18º54.26%63.14%-
HSV(B)231.18º48.11%83.14%-
XYZ25.6522.7465.32-
YUV130.43174.03113.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.61%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 212 (83.20% from 255) = 47.43%
R=24.61%
G=27.96%
B=47.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1101252120.480.4100.17231.1854.2663.14
Hex6E7DD43029011e7363f
Octal15617532460510213476677
Binary110111011111011101010011000010100101000111100111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e7dd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,125,212); }

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

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

 a { background-color: rgb(110,125,212); }

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

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

 span { border-color: rgb(110,125,212); }

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