#6A7FBC

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

Shades of Wild Blue Yonder #6A7FBC

Tints of Wild Blue Yonder #6A7FBC

Color information

#6A7FBC (or 0x6A7FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 7F and BC. RGB value is (106,127,188). Sum of RGB (Red+Green+Blue) = 106+127+188=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FBC is #958043. Grayscale: #7F7F7F. Windows color (decimal): -9797700 or 12353386. OLE color: 12353386.

HSL color Cylindrical-coordinate representation of color #6A7FBC: hue angle of 224.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7FBC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106127188-
CMYK0.440.3200.26
HSL224.63º37.96%57.65%-
HSV(B)224.63º43.62%73.73%-
XYZ22.6121.8750.61-
YUV127.68162.04112.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=25.18%
G=30.17%
B=44.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061271880.440.3200.26224.6337.9657.65
Hex6A7FBC2C2001Ae1263a
Octal15217727454400323414672
Binary110101011111111011110010110010000001101011100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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