#6A7FBE

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

Shades of Wild Blue Yonder #6A7FBE

Tints of Wild Blue Yonder #6A7FBE

Color information

#6A7FBE (or 0x6A7FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 7F and BE. RGB value is (106,127,190). Sum of RGB (Red+Green+Blue) = 106+127+190=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FBE is #958041. Grayscale: #7F7F7F. Windows color (decimal): -9797698 or 12484458. OLE color: 12484458.

HSL color Cylindrical-coordinate representation of color #6A7FBE: hue angle of 225º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7FBE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106127190-
CMYK0.440.3300.25
HSL225º39.25%58.04%-
HSV(B)225º44.21%74.51%-
XYZ22.8321.9651.75-
YUV127.9163.04112.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=25.06%
G=30.02%
B=44.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061271900.440.3300.2522539.2558.04
Hex6A7FBE2C21019e1273a
Octal15217727654410313414772
Binary110101011111111011111010110010000101100111100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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