#6D7FCA

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

Shades of Wild Blue Yonder #6D7FCA

Tints of Wild Blue Yonder #6D7FCA

Color information

#6D7FCA (or 0x6D7FCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7F and CA. RGB value is (109,127,202). Sum of RGB (Red+Green+Blue) = 109+127+202=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D7FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FCA is #928035. Grayscale: #818181. Windows color (decimal): -9601078 or 13270893. OLE color: 13270893.

HSL color Cylindrical-coordinate representation of color #6D7FCA: hue angle of 228.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D7FCA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109127202-
CMYK0.460.3700.21
HSL228.39º46.73%60.98%-
HSV(B)228.39º46.04%79.22%-
XYZ24.5622.6958.96-
YUV130.17168.54112.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.89%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=24.89%
G=29.00%
B=46.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091272020.460.3700.21228.3946.7360.98
Hex6D7FCA2E25015e42f3d
Octal15517731256450253445775
Binary110110111111111100101010111010010101010111100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,202); }

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

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

 a { background-color: rgb(109,127,202); }

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

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

 span { border-color: rgb(109,127,202); }

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