#6D8CBF

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

Shades of Wild Blue Yonder #6D8CBF

Tints of Wild Blue Yonder #6D8CBF

Color information

#6D8CBF (or 0x6D8CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 8C and BF. RGB value is (109,140,191). Sum of RGB (Red+Green+Blue) = 109+140+191=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CBF is #927340. Grayscale: #888888. Windows color (decimal): -9597761 or 12553325. OLE color: 12553325.

HSL color Cylindrical-coordinate representation of color #6D8CBF: hue angle of 217.32º 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 #6D8CBF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109140191-
CMYK0.430.2700.25
HSL217.32º39.05%58.82%-
HSV(B)217.32º42.93%74.9%-
XYZ25.0925.7752.94-
YUV136.54158.73108.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.77%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 191 (75% from 255) = 43.41%
R=24.77%
G=31.82%
B=43.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091401910.430.2700.25217.3239.0558.82
Hex6D8CBF2B1B019d9273b
Octal15521427753330313314773
Binary110110110001100101111111010111101101100111011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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