#6D8ABF

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

Shades of Wild Blue Yonder #6D8ABF

Tints of Wild Blue Yonder #6D8ABF

Color information

#6D8ABF (or 0x6D8ABF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 8A and BF. RGB value is (109,138,191). Sum of RGB (Red+Green+Blue) = 109+138+191=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8ABF is #927540. Grayscale: #878787. Windows color (decimal): -9598273 or 12552813. OLE color: 12552813.

HSL color Cylindrical-coordinate representation of color #6D8ABF: hue angle of 218.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D8ABF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109138191-
CMYK0.430.2800.25
HSL218.78º39.05%58.82%-
HSV(B)218.78º42.93%74.9%-
XYZ24.825.1952.85-
YUV135.37159.39109.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.89%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 191 (75% from 255) = 43.61%
R=24.89%
G=31.51%
B=43.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091381910.430.2800.25218.7839.0558.82
Hex6D8ABF2B1C019db273b
Octal15521227753340313334773
Binary110110110001010101111111010111110001100111011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,138,191); }

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

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

 a { background-color: rgb(109,138,191); }

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

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

 span { border-color: rgb(109,138,191); }

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