#6D7FCD

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

Shades of Wild Blue Yonder #6D7FCD

Tints of Wild Blue Yonder #6D7FCD

Color information

#6D7FCD (or 0x6D7FCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7F and CD. RGB value is (109,127,205). Sum of RGB (Red+Green+Blue) = 109+127+205=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FCD is #928032. Grayscale: #828282. Windows color (decimal): -9601075 or 13467501. OLE color: 13467501.

HSL color Cylindrical-coordinate representation of color #6D7FCD: hue angle of 228.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D7FCD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109127205-
CMYK0.470.3800.20
HSL228.75º48.98%61.57%-
HSV(B)228.75º46.83%80.39%-
XYZ24.9222.8460.85-
YUV130.51170.04112.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=24.72%
G=28.80%
B=46.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091272050.470.3800.20228.7548.9861.57
Hex6D7FCD2F26014e5313e
Octal15517731557460243456176
Binary110110111111111100110110111110011001010011100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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