#6E7DD5

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

Shades of Wild Blue Yonder #6E7DD5

Tints of Wild Blue Yonder #6E7DD5

Color information

#6E7DD5 (or 0x6E7DD5) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7D and D5. RGB value is (110,125,213). Sum of RGB (Red+Green+Blue) = 110+125+213=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E7DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DD5 is #91822A. Grayscale: #828282. Windows color (decimal): -9536043 or 13991278. OLE color: 13991278.

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

Color convert

RGB110125213-
CMYK0.480.4100.16
HSL231.26º55.08%63.33%-
HSV(B)231.26º48.36%83.53%-
XYZ25.7722.7965.99-
YUV130.55174.53113.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.55%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=24.55%
G=27.90%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101252130.480.4100.16231.2655.0863.33
Hex6E7DD53029010e7373f
Octal15617532560510203476777
Binary110111011111011101010111000010100101000011100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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