#6D7DC5

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

Shades of Wild Blue Yonder #6D7DC5

Tints of Wild Blue Yonder #6D7DC5

Color information

#6D7DC5 (or 0x6D7DC5) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7D and C5. RGB value is (109,125,197). Sum of RGB (Red+Green+Blue) = 109+125+197=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D7DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DC5 is #92823A. Grayscale: #808080. Windows color (decimal): -9601595 or 12942701. OLE color: 12942701.

HSL color Cylindrical-coordinate representation of color #6D7DC5: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D7DC5 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB109125197-
CMYK0.450.3700.23
HSL229.09º43.14%60%-
HSV(B)229.09º44.67%77.25%-
XYZ23.7221.9555.81-
YUV128.42166.7114.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 197 (77.34% from 255) = 45.71%
R=25.29%
G=29.00%
B=45.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1091251970.450.3700.23229.0943.1460
Hex6D7DC52D25017e52b3c
Octal15517530555450273455374
Binary110110111111011100010110110110010101011111100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,125,197); }

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

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

 a { background-color: rgb(109,125,197); }

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

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

 span { border-color: rgb(109,125,197); }

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