#6D7DC1

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

Shades of Wild Blue Yonder #6D7DC1

Tints of Wild Blue Yonder #6D7DC1

Color information

#6D7DC1 (or 0x6D7DC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7D and C1. RGB value is (109,125,193). Sum of RGB (Red+Green+Blue) = 109+125+193=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D7DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DC1 is #92823E. Grayscale: #7F7F7F. Windows color (decimal): -9601599 or 12680557. OLE color: 12680557.

HSL color Cylindrical-coordinate representation of color #6D7DC1: hue angle of 228.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D7DC1 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109125193-
CMYK0.440.3500.24
HSL228.57º40.38%59.22%-
HSV(B)228.57º43.52%75.69%-
XYZ23.2721.7753.43-
YUV127.97164.7114.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=25.53%
G=29.27%
B=45.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091251930.440.3500.24228.5740.3859.22
Hex6D7DC12C23018e5283b
Octal15517530154430303455073
Binary110110111111011100000110110010001101100011100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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