#6A7FCF

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

Shades of Wild Blue Yonder #6A7FCF

Tints of Wild Blue Yonder #6A7FCF

Color information

#6A7FCF (or 0x6A7FCF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 7F and CF. RGB value is (106,127,207). Sum of RGB (Red+Green+Blue) = 106+127+207=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A7FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FCF is #958030. Grayscale: #818181. Windows color (decimal): -9797681 or 13598570. OLE color: 13598570.

HSL color Cylindrical-coordinate representation of color #6A7FCF: hue angle of 227.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A7FCF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106127207-
CMYK0.490.3900.19
HSL227.52º51.27%61.37%-
HSV(B)227.52º48.79%81.18%-
XYZ24.822.7562.12-
YUV129.84171.54111-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.09%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=24.09%
G=28.86%
B=47.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061272070.490.3900.19227.5251.2761.37
Hex6A7FCF3127013e4333d
Octal15217731761470233446375
Binary110101011111111100111111000110011101001111100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,127,207); }

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

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

 a { background-color: rgb(106,127,207); }

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

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

 span { border-color: rgb(106,127,207); }

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